mmsharing/mmshengine/inc/musenglivesession.h
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
child 32 73a1feb507fb
--- a/mmsharing/mmshengine/inc/musenglivesession.h	Tue May 25 12:38:39 2010 +0300
+++ b/mmsharing/mmshengine/inc/musenglivesession.h	Wed Jun 09 09:37:52 2010 +0300
@@ -28,11 +28,13 @@
 
 // FORWARD DECLARATIONS
 class MMusEngLiveSessionObserver;
+class CMusEngOrientationHandler;
 
 class CMusEngLiveSession : public CMusEngMceOutSession
     {
     MUS_UNITTEST( UT_CMusEngOutSession )
     MUS_UNITTEST( UT_CMusEngLiveSession )
+    MUS_UNITTEST( UT_CMusEngOrientationHandler )
 
     public:
 
@@ -239,6 +241,10 @@
         * Tells whether session is paused or not
         */
         IMPORT_C TBool IsPlayingL();
+        
+        void EnableDisplayL( TBool aEnable );
+        
+        void RefreshOrientationL();
 
 
     protected: // inherited from CMusEngMceOutSession
@@ -409,6 +415,8 @@
         */
         TInt iBigZoomStep;
         
+        CMusEngOrientationHandler* iOrientationHandler;
+        
     };
 
 #endif