[wpdev-commits] wolfpack/network uosocket.h,1.125,1.126
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-09-24 04:47:56
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1995/network Modified Files: uosocket.h Log Message: - Fixed translations - It's possible to disable translations in compile time Index: uosocket.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.h,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** uosocket.h 19 Aug 2004 01:55:56 -0000 1.125 --- uosocket.h 24 Sep 2004 04:47:39 -0000 1.126 *************** *** 53,56 **** --- 53,57 ---- #include "../targetrequest.h" #include "../customtags.h" + #include "../objectdef.h" struct stTargetItem *************** *** 65,68 **** --- 66,70 ---- class cUOSocket { + OBJECTDEF(cUOSocket) public: enum eSocketState |