mmserv/tms/tmscallserver/inc/tmscallipadpt.h
branchRCL_3
changeset 19 095bea5f582e
parent 17 60e492b28869
child 20 0ac9a5310753
--- a/mmserv/tms/tmscallserver/inc/tmscallipadpt.h	Thu Aug 19 10:26:11 2010 +0300
+++ b/mmserv/tms/tmscallserver/inc/tmscallipadpt.h	Tue Aug 31 15:43:02 2010 +0300
@@ -48,9 +48,11 @@
             const TMSStreamType strmType, gint& outStrmId);
     virtual gint InitStream(const TMSCallType callType,
             const TMSStreamType strmType, const gint strmId,
-            const TMSFormatType frmtType, const RMessage2& message);
+            const TMSFormatType frmtType, const gint retryTime,
+            const RMessage2& message);
     virtual gint StartStream(const TMSCallType callType,
-            const TMSStreamType strmType, const gint strmId);
+            const TMSStreamType strmType, const gint strmId,
+            const gint retrytime);
     virtual gint PauseStream(const TMSCallType callType,
             const TMSStreamType strmType, const gint strmId);
     virtual gint StopStream(const TMSCallType callType,
@@ -132,10 +134,9 @@
     TMSCallIPAdpt();
     void ConstructL();
 
-    gint OpenDownlink(const RMessage2& message);
-    gint OpenUplink(const RMessage2& message);
+    gint OpenDownlink(const RMessage2& message, const gint retrytime);
+    gint OpenUplink(const RMessage2& message, const gint retrytime);
 
-    gint InitDTMF(TMSStreamType strmtype);
     void GetSupportedBitRatesL(CBufFlat*& brbuffer);
     void NotifyClient(const gint strmId, const gint command,
             const gint status = KErrNone, const gint64 int64 = TInt64(0));
@@ -150,9 +151,7 @@
     RMsgQueue<TmsMsgBuf> iMsgQueueDn;
     TmsMsgBuf iMsgBuffer;
 
-    gboolean iUplinkInitialized;
     gint iUplinkStreamId;
-    gboolean iDnlinkInitialized;
     gint iDnlinkStreamId;
 
     TMMFPrioritySettings iPriority;