diff -r 95754dcd27ad -r ce86b6d44a6d mmsharing/mmshengine/inc/musenglivesession.h --- 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