--- a/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h Wed Sep 01 12:23:00 2010 +0100
@@ -35,6 +35,7 @@
public TMSCenRepObserver
{
public:
+ //Constructors and descructor
/**
* Two-phased constructing for the monitor.
@@ -73,6 +74,28 @@
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
@@ -88,6 +111,7 @@
void ConstructL();
private:
+ // data
/**
* Mute listening from Publish&Subscribe.
@@ -114,7 +138,6 @@
*/
TInt iCallCount;
TMSServer* iTMSSer;
- gboolean iPublish;
};
} //namespace TMS