[wpdev-commits] wolfpack/unix console_unix.cpp,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-10 03:18:57
|
Update of /cvsroot/wpdev/wolfpack/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18469 Modified Files: console_unix.cpp Log Message: applied coding standard rules. Index: console_unix.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/unix/console_unix.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** console_unix.cpp 15 Jul 2004 02:23:50 -0000 1.11 --- console_unix.cpp 10 Aug 2004 03:18:48 -0000 1.12 *************** *** 188,192 **** void cConsole::setConsoleTitle( const QString& data ) { ! Q_UNUSED(data); } --- 188,192 ---- void cConsole::setConsoleTitle( const QString& data ) { ! Q_UNUSED( data ); } *************** *** 269,281 **** void cConsole::setAttributes( bool bold, bool italic, bool, unsigned char r, unsigned char g, unsigned char b, unsigned char, enFontType ) { ! Q_UNUSED(bold); ! Q_UNUSED(italic); ! Q_UNUSED(r); ! Q_UNUSED(g); ! Q_UNUSED(b); } void cConsole::notifyServerState( enServerState newstate ) { ! Q_UNUSED(newstate); } --- 269,281 ---- void cConsole::setAttributes( bool bold, bool italic, bool, unsigned char r, unsigned char g, unsigned char b, unsigned char, enFontType ) { ! Q_UNUSED( bold ); ! Q_UNUSED( italic ); ! Q_UNUSED( r ); ! Q_UNUSED( g ); ! Q_UNUSED( b ); } void cConsole::notifyServerState( enServerState newstate ) { ! Q_UNUSED( newstate ); } |