--- 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 <eikon.hrh>
@@ -52,7 +52,6 @@
#include <mpxvideoplaybackdefs.h>
#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