--- a/mmserv/tms/tmscallserver/inc/tmscsuplink.h Thu Aug 19 10:26:11 2010 +0300
+++ b/mmserv/tms/tmscallserver/inc/tmscsuplink.h Tue Aug 31 15:43:02 2010 +0300
@@ -31,7 +31,8 @@
{
public:
- static TMSCSUplink* NewL(TMSCSDevSoundObserver& observer);
+ static TMSCSUplink* NewL(TMSCSDevSoundObserver& observer,
+ const gint retrytime);
virtual ~TMSCSUplink();
@@ -83,7 +84,7 @@
protected:
TMSCSUplink(TMSCSDevSoundObserver& aObserver);
- void ConstructL();
+ void ConstructL(const gint retrytime);
};
} //namespace TMS