[wpdev-commits] wolfpack/network uorxpackets.cpp,1.53,1.54
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-06 22:30:10
|
Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1:/tmp/cvs-serv24948/network
Modified Files:
uorxpackets.cpp
Log Message:
clean ups.
Index: uorxpackets.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uorxpackets.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** uorxpackets.cpp 24 Nov 2003 20:27:28 -0000 1.53
--- uorxpackets.cpp 6 Jan 2004 22:30:07 -0000 1.54
***************
*** 119,123 ****
cUOPacket *cUORxAosMultiPurpose::packet( const QByteArray& data )
{
! #pragma message(__FILE__ Reminder "Add CH packets creation for all commands")
cUOPacket temp( data );
--- 119,123 ----
cUOPacket *cUORxAosMultiPurpose::packet( const QByteArray& data )
{
! #pragma message(Reminder "Add CH packets creation for all commands")
cUOPacket temp( data );
|