mmserv/tms/tmsserver/inc/tmsserver.h
branchRCL_3
changeset 7 3d8c721bf319
parent 3 4f62049db6ac
child 12 2eb3b066cc7d
--- a/mmserv/tms/tmsserver/inc/tmsserver.h	Mon Mar 15 12:42:35 2010 +0200
+++ b/mmserv/tms/tmsserver/inc/tmsserver.h	Wed Mar 31 22:29:45 2010 +0300
@@ -47,10 +47,10 @@
 
     void AddSession();
     void DropSession();
-    TInt SessionCount();
+    TInt SessionCount() const;
 
-    void SetDnLinkSession(TBool aSession);
-    void SetUpLinkSession(TBool aSession);
+    void SetDnLinkSession(const TBool aSession);
+    void SetUpLinkSession(const TBool aSession);
 
     TBool HasDnLinkSession() const;
     TBool HasUpLinkSession() const;
@@ -101,7 +101,10 @@
     TMSTarEventHandler* iTarHandler;
     TMSCenRepAudioHandler* iAudioCenRepHandler;
     TMSAudioOutput iCurrentRouting;
+    TInt iTarHandlerCount;
+    TInt iAudioCenRepHandlerCount;
 
+    // for codecs count
     RArray<TFourCC> iDnlCodecs;
     RArray<TFourCC> iUplCodecs;
     };