|
From: Audoux <au...@us...> - 2001-01-02 23:31:14
|
Update of /cvsroot/attal/src/client
In directory usw-pr-cvs1:/tmp/cvs-serv31608
Modified Files:
interface.cpp
Log Message:
manage socket class : SO_CONNECT
Index: interface.cpp
===================================================================
RCS file: /cvsroot/attal/src/client/interface.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** interface.cpp 2000/12/28 10:45:11 1.28
--- interface.cpp 2001/01/02 23:31:10 1.29
***************
*** 226,232 ****
--- 226,237 ----
break;
case SO_MVT:
+ break;
case SO_SPELL:
+ break;
case SO_EXCH:
+ break;
case SO_CONNECT:
+ _game->socketConnect( buf );
+ break;
case SO_FIGHT:
{
|