tsrc/mceclientstub/inc/mcesession.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
   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         
       
   287     public:
   286     public:
   288         
   287         
   289         CMceManager& Manager() const;
   288         CMceManager& Manager() const;
   290 
   289 
   291 	protected:
   290 	protected: