mmserv/tms/tmscallserver/inc/tmscallcsadpt.h
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
--- a/mmserv/tms/tmscallserver/inc/tmscallcsadpt.h	Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/tms/tmscallserver/inc/tmscallcsadpt.h	Wed Sep 01 12:23:00 2010 +0100
@@ -22,8 +22,6 @@
 #include <TelephonyAudioRouting.h>
 #include <MTelephonyAudioRoutingObserver.h>
 #include <e32msgqueue.h>
-#include <etelmm.h>
-#include <rmmcustomapi.h>
 #include "tmsclientserver.h"
 #include "tmscalladpt.h"
 #include "tmscsdevsoundobserver.h"
@@ -34,7 +32,6 @@
 class TMSCSUplink;
 class TMSCSDownlink;
 class TMSTarSettings;
-class TMSSyncVol;
 
 /*
  * TMSCallCSAdpt class
@@ -53,11 +50,9 @@
             const TMSStreamType strmType, gint& outStrmId);
     virtual gint InitStream(const TMSCallType callType,
             const TMSStreamType strmType, const gint strmId,
-            const TMSFormatType frmtType, const gint retryTime,
-            const RMessage2& message);
+            const TMSFormatType frmtType, const RMessage2& message);
     virtual gint StartStream(const TMSCallType callType,
-            const TMSStreamType strmType, const gint strmId,
-            const gint retrytime);
+            const TMSStreamType strmType, const gint strmId);
     virtual gint PauseStream(const TMSCallType callType,
             const TMSStreamType strmType, const gint strmId);
     virtual gint StopStream(const TMSCallType callType,
@@ -121,8 +116,8 @@
     TMSCallCSAdpt();
     void ConstructL();
 
-    gint InitUplink(const gint retrytime);
-    gint InitDownlink(const gint retrytime);
+    gint InitUplink();
+    gint InitDownlink();
     void AvailableOutputsChanged(
             CTelephonyAudioRouting& aTelephonyAudioRouting);
     void OutputChanged(CTelephonyAudioRouting& aTelephonyAudioRouting);
@@ -144,12 +139,14 @@
     RMsgQueue<TmsMsgBuf> iMsgQueueDn;
     TmsMsgBuf iMsgBuffer;
 
+    gboolean iUplinkInitialized;
     gint iUplinkStreamId;
+    gboolean iDnlinkInitialized;
     gint iDnlinkStreamId;
-    TMSSyncVol* iResetVolNotifier;
     };
 
 } //namespace TMS
 
 #endif // CALLCSADPT_H
 
+// End of file