[wpdev-commits] wolfpack/network uorxpackets.h,1.53,1.54 uosocket.cpp,1.299,1.300
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-05 06:25:40
|
Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1:/tmp/cvs-serv10812/network
Modified Files:
uorxpackets.h uosocket.cpp
Log Message:
clean ups.
Index: uorxpackets.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uorxpackets.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** uorxpackets.h 24 Nov 2003 20:27:28 -0000 1.53
--- uorxpackets.h 5 Jan 2004 06:25:38 -0000 1.54
***************
*** 34,37 ****
--- 34,38 ----
// Wolfpack Includes
#include "../typedefs.h"
+ #include "../gumps.h"
#include "uopacket.h"
#include "../defines.h"
Index: uosocket.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v
retrieving revision 1.299
retrieving revision 1.300
diff -C2 -d -r1.299 -r1.300
*** uosocket.cpp 24 Nov 2003 20:27:28 -0000 1.299
--- uosocket.cpp 5 Jan 2004 06:25:38 -0000 1.300
***************
*** 997,1001 ****
};
}
! #pragma message(__FILE__ Reminder "Implement Custom House subcommands here")
void cUOSocket::handleCHBackup( cUORxAosMultiPurpose *packet )
{
--- 997,1001 ----
};
}
! #pragma message(Reminder "Implement Custom House subcommands here")
void cUOSocket::handleCHBackup( cUORxAosMultiPurpose *packet )
{
|