mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h
changeset 28 ebf79c79991a
parent 12 5a06f39ad45b
--- a/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h	Fri Jun 11 19:59:23 2010 -0500
+++ b/mmserv/tms/tmsserver/inc/tmscenrepaudiohandler.h	Fri Jun 25 17:36:03 2010 -0500
@@ -35,7 +35,6 @@
                               public TMSCenRepObserver
     {
 public:
-    //Constructors and descructor
 
     /**
      * Two-phased constructing for the monitor.
@@ -53,6 +52,7 @@
 
     void SetLoudSpeakerVol(TInt vol);
     void SetEarPieceVol(TInt vol);
+    void SetMuteState(TInt mutestate);
 
     // from base class TMSPubSubObserver
     /**
@@ -73,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
@@ -110,7 +88,6 @@
     void ConstructL();
 
 private:
-    // data
 
     /**
      * Mute listening from Publish&Subscribe.
@@ -137,6 +114,7 @@
      */
     TInt iCallCount;
     TMSServer* iTMSSer;
+    gboolean iPublish;
     };
 
 } //namespace TMS