diff -r b67dd1fc57c5 -r 2ed61feeead6 mmserv/tms/inc/tmscallproxy.h --- a/mmserv/tms/inc/tmscallproxy.h Fri May 14 18:19:45 2010 -0500 +++ b/mmserv/tms/inc/tmscallproxy.h Fri May 28 19:26:28 2010 -0500 @@ -42,9 +42,10 @@ const TMSStreamType strmType, gint& strmId); IMPORT_C gint InitStream(const TMSCallType callType, const TMSStreamType strmType, gint strmId, - const TMSFormatType frmtType, RHandleBase* msgQueue); + const TMSFormatType frmtType, RHandleBase* msgQueue, + const gint retrytime); IMPORT_C gint StartStream(const TMSCallType callType, - const TMSStreamType strmType, gint strmId); + const TMSStreamType strmType, gint strmId, const gint retrytime); IMPORT_C gint PauseStream(const TMSCallType callType, const TMSStreamType strmType, gint strmId); IMPORT_C gint StopStream(const TMSCallType callType,