let socket server know how many connections to expect

This commit is contained in:
ehouse 2005-03-23 05:48:11 +00:00
parent 49d95b580a
commit 3631b68fa8

View file

@ -184,7 +184,7 @@ CSendSocket::ConstructL()
{
CActiveScheduler::Add( this );
XP_LOGF( "calling iSocketServer.Connect()" );
TInt err = iSocketServer.Connect();
TInt err = iSocketServer.Connect( 2 );
XP_LOGF( "Connect=>%d", err );
User::LeaveIfError( err );
}