diff -r 98a7181d2ce7 -r 8b5d60ce1e94 datacommsserver/esockserver/inc/ES_SOCK.H --- 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);