[wpdev-commits] wolfpack/network uosocket.cpp,1.380,1.381
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-18 21:03:07
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24425/network Modified Files: uosocket.cpp Log Message: Several fixes Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.380 retrieving revision 1.381 diff -C2 -d -r1.380 -r1.381 *** uosocket.cpp 1 Jul 2004 20:07:07 -0000 1.380 --- uosocket.cpp 18 Jul 2004 21:02:58 -0000 1.381 *************** *** 1980,1987 **** { pItem->sendTooltip( this ); - - #if defined( _DEBUG ) - log( QString( "Sending Tooltip for 0x%1 (%2).\n" ).arg( pItem->serial(), 0, 16 ).arg( pItem->name() ) ); - #endif } } --- 1980,1983 ---- |