|
From: Audoux <au...@us...> - 2001-01-02 23:29:27
|
Update of /cvsroot/attal/src/server In directory usw-pr-cvs1:/tmp/cvs-serv31387 Modified Files: attalServer.cpp Log Message: send confirmation of connection Index: attalServer.cpp =================================================================== RCS file: /cvsroot/attal/src/server/attalServer.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** attalServer.cpp 2001/01/02 20:02:50 1.10 --- attalServer.cpp 2001/01/02 23:29:23 1.11 *************** *** 61,64 **** --- 61,65 ---- connect( uneso, SIGNAL( readyRead() ), _mapper, SLOT( map() ) ); emit sig_newPlayer( player ); + uneso->sendConnectionOk(); } |