[wpdev-commits] wolfpack/network network.h,1.4,1.5 uotxpackets.h,1.114,1.115
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-09-25 22:57:20
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20437/network Modified Files: network.h uotxpackets.h Log Message: - Human_Stablemaster inherits from Human_vendors now - Added wolfpack.tr to public Python API - Some additional user visible strings from the core are tr()'ed Index: network.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/network.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** network.h 19 Sep 2004 16:25:37 -0000 1.4 --- network.h 25 Sep 2004 22:57:09 -0000 1.5 *************** *** 36,39 **** --- 36,40 ---- #include "../singleton.h" #include "../typedefs.h" + #include "../objectdef.h" #include "uosocket.h" *************** *** 45,48 **** --- 46,50 ---- class cNetwork : public cComponent { + OBJECTDEF(cNetwork) class cNetworkPrivate; cNetworkPrivate* d; Index: uotxpackets.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uotxpackets.h,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** uotxpackets.h 14 Sep 2004 04:20:26 -0000 1.114 --- uotxpackets.h 25 Sep 2004 22:57:09 -0000 1.115 *************** *** 35,38 **** --- 35,39 ---- #include "../typedefs.h" #include "../coord.h" + #include "../objectdef.h" #include <vector> *************** *** 1239,1242 **** --- 1240,1244 ---- class cUOTxOpenPaperdoll : public cUOPacket { + OBJECTDEF(cUOTxOpenPaperdoll) public: cUOTxOpenPaperdoll() : cUOPacket( 0x88, 66 ) |