datacommsserver/esockserver/inc/ES_SOCK.H
branchRCL_3
changeset 12 8b5d60ce1e94
parent 9 77effd21b2c9
--- a/datacommsserver/esockserver/inc/ES_SOCK.H	Fri Mar 12 15:49:41 2010 +0200
+++ b/datacommsserver/esockserver/inc/ES_SOCK.H	Mon Mar 15 12:45:15 2010 +0200
@@ -707,8 +707,8 @@
 	{
 public:
     IMPORT_C RSocketServ();
-	IMPORT_C TInt Connect(TUint aMessageSlots=KESockDefaultMessageSlots);
-	IMPORT_C TInt Connect(const TSessionPref& aPref, TUint aMessageSlots=KESockDefaultMessageSlots);
+	IMPORT_C TInt Connect(TUint aMessageSlots = (TUint) -1);
+	IMPORT_C TInt Connect(const TSessionPref& aPref, TUint aMessageSlots = (TUint) -1);
 	IMPORT_C TVersion Version() const;
 	IMPORT_C TInt NumProtocols(TUint& aCount);
 	IMPORT_C TInt GetProtocolInfo(TUint anIndex,TProtocolDesc& aProtocol);