tsrc/mceclientstub/inc/mcesession.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
   273         * @param aValue is a new value of a modifier
   273         * @param aValue is a new value of a modifier
   274         * @leave KErrNotFound if modifier is not found
   274         * @leave KErrNotFound if modifier is not found
   275         */
   275         */
   276         IMPORT_C void SetModifierL( TMceSessionModifier aModifier, 
   276         IMPORT_C void SetModifierL( TMceSessionModifier aModifier, 
   277                                     TUint aValue );  
   277                                     TUint aValue );  
   278 
   278                                          
   279 		/**
   279         /**
   280          * Returns the identifier of profile used by the sesison.
   280          * Returns the identifier of profile used by the sesison.
   281          * @return TUint32 Identifier of the used profile. 0, 
   281          * @return TUint32 Identifier of the used profile. 0, 
   282          *         if session is setup without profile.
   282          *         if session is setup without profile.
   283          */
   283          */
   284         IMPORT_C TUint32 Profile() const;
   284         IMPORT_C TUint32 Profile() const;
   285 
   285         
       
   286         
   286     public:
   287     public:
   287         
   288         
   288         CMceManager& Manager() const;
   289         CMceManager& Manager() const;
   289 
   290 
   290 	protected:
   291 	protected: