diff -r a36789189b53 -r 095bea5f582e mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h --- a/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h Thu Aug 19 10:26:11 2010 +0300 +++ b/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h Tue Aug 31 15:43:02 2010 +0300 @@ -35,7 +35,6 @@ public TMSCenRepObserver { public: - //Constructors and descructor /** * Two-phased constructing for the monitor. @@ -74,28 +73,6 @@ virtual void HandleNotifyCenRepL(const TUid aUid, const TUint32 aKey, TInt aVal); -protected: - // From CActive - /** - * From CActive - * RunL - */ - void RunL(); - - /** - * From CActive - * Catches errors if RunL leaves - * @param aError error code - * @return error code - */ - TInt RunError(TInt aError); - - /** - * From CActive - * Cancels the monitor - */ - void DoCancel(); - private: /** * C++ default constructor @@ -111,7 +88,6 @@ void ConstructL(); private: - // data /** * Mute listening from Publish&Subscribe. @@ -138,6 +114,7 @@ */ TInt iCallCount; TMSServer* iTMSSer; + gboolean iPublish; }; } //namespace TMS