Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1:/tmp/cvs-serv23286/network
Modified Files:
uosocket.h
Log Message:
Removed QObject inheritance from all objects. This could break tr(). BUT tr() was broken anyway as we were translating too much instead of using the cliloc files.
Updated and checked the project file for VS.NET as well. Works fine for me now.
Index: uosocket.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** uosocket.h 15 Sep 2003 19:56:54 -0000 1.97
--- uosocket.h 23 Nov 2003 03:46:22 -0000 1.98
***************
*** 64,70 ****
};
! class cUOSocket : public QObject
{
- Q_OBJECT
public:
enum eSocketState { Connecting = 0, LoggingIn, LoggedIn, InGame };
--- 64,69 ----
};
! class cUOSocket
{
public:
enum eSocketState { Connecting = 0, LoggingIn, LoggedIn, InGame };
|