mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
let socket server know how many connections to expect
This commit is contained in:
parent
49d95b580a
commit
3631b68fa8
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ CSendSocket::ConstructL()
|
||||||
{
|
{
|
||||||
CActiveScheduler::Add( this );
|
CActiveScheduler::Add( this );
|
||||||
XP_LOGF( "calling iSocketServer.Connect()" );
|
XP_LOGF( "calling iSocketServer.Connect()" );
|
||||||
TInt err = iSocketServer.Connect();
|
TInt err = iSocketServer.Connect( 2 );
|
||||||
XP_LOGF( "Connect=>%d", err );
|
XP_LOGF( "Connect=>%d", err );
|
||||||
User::LeaveIfError( err );
|
User::LeaveIfError( err );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue