diff -r 33a5d2bbf6fc -r 73a1feb507fb tsrc/mceclientstub/inc/mcesession.h --- a/tsrc/mceclientstub/inc/mcesession.h Thu Aug 19 09:51:39 2010 +0300 +++ b/tsrc/mceclientstub/inc/mcesession.h Tue Aug 31 15:12:07 2010 +0300 @@ -275,14 +275,15 @@ */ IMPORT_C void SetModifierL( TMceSessionModifier aModifier, TUint aValue ); - - /** + + /** * Returns the identifier of profile used by the sesison. * @return TUint32 Identifier of the used profile. 0, * if session is setup without profile. */ IMPORT_C TUint32 Profile() const; - + + public: CMceManager& Manager() const;