mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
SetActive call required
This commit is contained in:
parent
e7fb221892
commit
4c4c49c7b4
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ CSendSocket::ConnectL( TUint32 aIpAddr )
|
|||
|
||||
// Initiate socket connection
|
||||
iSendSocket.Connect( iAddress, iStatus );
|
||||
|
||||
SetActive();
|
||||
iSSockState = EConnecting;
|
||||
|
||||
// Start a timeout
|
||||
|
|
Loading…
Reference in a new issue