videoplayerapp/inc/videoplayerengine.h
changeset 35 3738fe97f027
parent 30 4f111d64a341
child 36 8aed59de29f9
--- a/videoplayerapp/inc/videoplayerengine.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videoplayerapp/inc/videoplayerengine.h	Thu Apr 01 23:32:44 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: ou1cpsw#9 %
+// Version : %version: ou1cpsw#10 %
 
 #ifndef VIDEOPLAYERENGINE_H
 #define VIDEOPLAYERENGINE_H
@@ -71,10 +71,13 @@
         void switchView();    
     
         void loadPlugin( MpxHbVideoCommon::MpxHbVideoViewType viewType );
+        
+        void doDelayedLoad();
 
     private:
         bool                      mIsService;
-        bool                      mEmbedded;   
+        bool                      mEmbedded;
+        bool					  mDelayedLoadDone;
 
         MpxViewPlugin*            mCurrentViewPlugin;
         MpxViewPlugin*            mPlaybackViewPlugin;