mmsharing/mmshengine/inc/musengmcesession.h
branchRCL_3
changeset 9 ff8a573c0e2e
parent 0 f0cf47e981f9
child 16 ce86b6d44a6d
equal deleted inserted replaced
8:04980be5c5fe 9:ff8a573c0e2e
   160         * @return Sets display orientation 
   160         * @return Sets display orientation 
   161         * @leave KErrNotReady if precondition is not fullfilled
   161         * @leave KErrNotReady if precondition is not fullfilled
   162         */
   162         */
   163         IMPORT_C void SetOrientationL( TDisplayOrientation aOrientation );
   163         IMPORT_C void SetOrientationL( TDisplayOrientation aOrientation );
   164         
   164         
       
   165         /**
       
   166         * Returns state of the screen device.
       
   167         * 
       
   168         * @pre Session is ongoing
       
   169         */
       
   170         IMPORT_C TBool IsDisplayEnabledL();
   165 
   171 
   166     public: // VIRTUAL API
   172     public: // VIRTUAL API
   167 
   173 
   168         // No virtual api
   174         // No virtual api
   169 
   175 
   313         * Calls CMceInSession::RejectL() inside TRAP_IGNORE
   319         * Calls CMceInSession::RejectL() inside TRAP_IGNORE
   314         */
   320         */
   315         void Reject( CMceInSession& aSession,
   321         void Reject( CMceInSession& aSession,
   316                      const TDesC8& aReason = KNullDesC8(),
   322                      const TDesC8& aReason = KNullDesC8(),
   317                      TUint32 aCode = 0 );
   323                      TUint32 aCode = 0 );
   318                      
   324 
       
   325     protected:  // from CMusEngSession
       
   326 	
       
   327         /**
       
   328         *
       
   329         */
       
   330         void VolumeChanged( TInt aVolume, TBool aAudioRouteChanged );
       
   331              
   319     
   332     
   320     protected: // from MMceInSessionObserver
   333     protected: // from MMceInSessionObserver
   321     
   334     
   322         /**
   335         /**
   323         * Incoming session invitation. The CMceInSession is given to the
   336         * Incoming session invitation. The CMceInSession is given to the