videoplayerapp/inc/videoplayerengine.h
changeset 58 d2b028fd1f7d
parent 55 4bfa887905cf
child 66 adb51f74b890
--- a/videoplayerapp/inc/videoplayerengine.h	Mon Aug 23 14:27:29 2010 +0300
+++ b/videoplayerapp/inc/videoplayerengine.h	Fri Sep 03 12:37:43 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 20 %
+// Version : %version: ou1cpsw#22 %
 
 #ifndef VIDEOPLAYERENGINE_H
 #define VIDEOPLAYERENGINE_H
@@ -33,6 +33,7 @@
 class MpxViewPlugin;
 class VideoServices;
 class VideoPlaybackWrapper;
+class AfActivityStorage;
 
 /**
  *  VideoPlayerEngine
@@ -64,7 +65,6 @@
     
     public slots:
         void handleCommand( int commandCode );
-        void viewReadySlot();
 
     private slots:
         void handleQuit();
@@ -111,6 +111,8 @@
         VideoPlaybackWrapper      *mPlaybackWrapper;
 
         VideoServices*            mVideoServices;
+        
+        AfActivityStorage*        mActivityStorage;
 
 };