videoplayback/inc/hbvideobaseplaybackview.h
changeset 41 229f037ce963
parent 40 13331705e488
--- a/videoplayback/inc/hbvideobaseplaybackview.h	Fri Jun 11 09:44:20 2010 +0300
+++ b/videoplayback/inc/hbvideobaseplaybackview.h	Thu Jun 24 09:49:13 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version:  da1mmcf#17 %
+// Version : %version:  da1mmcf#18 %
 
 
 
@@ -101,6 +101,10 @@
 
         void gestureEvent( QGestureEvent* event );
 
+    private:
+        
+        void saveActivityData();
+
     protected: // data
         CMPXVideoViewWrapper                *mVideoMpxWrapper;
 
@@ -108,6 +112,8 @@
 
         bool                                 mActivated;
         bool                                 mSyncClose;
+        int                                  mLastPlayPosition;
+        bool                                 mStayPaused;
 
     public:
         friend class CMPXVideoViewWrapper;