videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h
changeset 49 824471cb468a
parent 44 518105d52e45
child 50 21fe8338c6bf
--- a/videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h	Thu Jul 08 13:05:19 2010 +0300
+++ b/videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h	Fri Jul 23 11:10:06 2010 +0300
@@ -15,7 +15,7 @@
  *
 */
 
-// Version : %version:  6 %
+// Version : %version:  7 %
 
 
 
@@ -200,6 +200,8 @@
          *  @since 10.1
          */        
         void LateInitL();
+        
+        TInt ReplayAfterPriorTermination(const TDesC& aFileName);
 
     private:
         /**
@@ -247,6 +249,8 @@
        void UpdatePbPluginMediaL();
 
        void ActivateVideoPlaybackView();
+              
+       void ReadActivityData();
 
     private:       // data
 
@@ -267,6 +271,7 @@
         TBool                    iUpdateSeekInfo;
 
         VideoPlaybackWrapper*    iPlaybackWrapper;
+        TUint32                  iLastPlayedItemId;
 };
 
 //