videoplayerapp/inc/videoplayerengine.h
changeset 28 c48470be1ba7
parent 24 7d93ee07fb27
child 46 adbe7d5ba2f5
--- a/videoplayerapp/inc/videoplayerengine.h	Thu May 27 12:53:14 2010 +0300
+++ b/videoplayerapp/inc/videoplayerengine.h	Fri Jun 11 13:39:54 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 13 %
+// Version : %version: 14 %
 
 #ifndef VIDEOPLAYERENGINE_H
 #define VIDEOPLAYERENGINE_H
@@ -81,7 +81,11 @@
         
         void setCurrentView();
         
-        bool isPlayServiceInvoked();        
+        bool isPlayServiceInvoked();  
+        
+        bool shouldExit();
+        
+        bool shouldActivateCollectionView();
 
     private:
         bool                      mIsService;