diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/tmsserver/inc/tmsserver.h --- 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 iDnlCodecs; RArray iUplCodecs; };