photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlervideoplayback.h
branchRCL_3
changeset 35 420f6808bf21
parent 32 78ad99c24f08
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlervideoplayback.h	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlervideoplayback.h	Wed Jun 09 09:41:51 2010 +0300
@@ -129,20 +129,6 @@
     void DoHandlePlaybackMessageL( const CMPXMessage& aMessage ); 
  
     void HandlePlaybackPlayerChangedL(); 
-    
-    /**
-	 *  Provides the static function for the callback to 
-	 *  finish the MMPXPlaybackUtility construction
-	 *  Called by CPeriodic iConstructTimer
-	 *  @param aPtr Pointer to callback class
-	 *  @return KErrNone
-	 */
-	static TInt LateConstructCallback( TAny* aPtr );
-	
-	/**
-	 *  Called to finalize the MMPXPlaybackUtility construction.
-	 */
-	virtual void DoLateConstruct();
 	
 	/**
 	 *  Retrieves playback utility and creates it if needed
@@ -167,12 +153,7 @@
     
     MMPXPlaybackUtility*   iPlaybackUtility; 
     MMPXViewUtility*       iViewUtility; 
-    
-    /**
-	 * For Late construction of 'MMPXPlaybackUtility'.
-	 */
-	CPeriodic* iPbUtilityConstructTimer;
-        
+
  	};
 
 #endif // C_GLXCOMMANDHANDLERVIDEOPLAYBACK_H