diff -r 3eb824b18d67 -r 375929f879c2 videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp --- a/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp Wed Sep 15 12:15:24 2010 +0300 +++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp Wed Oct 13 14:34:36 2010 +0300 @@ -16,7 +16,7 @@ */ -// Version : %version: 73 % +// Version : %version: da1mmcf#72 % #include @@ -52,7 +52,6 @@ #include #include "mpxvideo_debug.h" #include "mpxvideoplayercustomviewmsgconsts.h" -#include "mpxvideoplayeriadupdate.h" const TInt KMpxPlaybackPluginTypeUid = 0x101FFCA0; @@ -205,12 +204,6 @@ { MPX_ENTER_EXIT(_L("CMpxVideoPlayerAppUiEngine::~CMpxVideoPlayerAppUiEngine()")); - if ( iIadUpdate ) - { - delete iIadUpdate; - iIadUpdate = NULL; - } - if ( iConstructTimer ) { delete iConstructTimer; @@ -1186,24 +1179,7 @@ iConstructTimer->Cancel(); - DoCheckForUpdatesL(); - PlaybackUtilityL(); } -// --------------------------------------------------------------------------- -// Checks for updates via IAD -// --------------------------------------------------------------------------- -// -void CMpxVideoPlayerAppUiEngine::DoCheckForUpdatesL() - { - MPX_ENTER_EXIT(_L("CMpxVideoPlayerAppUiEngine::DoCheckForUpdatesL()")); - - if ( !iIadUpdate ) - { - iIadUpdate = CMpxVideoPlayerIadUpdate::NewL( *iViewUtility ); - } - iIadUpdate->StartL(); - } - // EOF