camino-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Camino-devel] camino/src/common MsgDecoder.h


From: Philippe Fremy
Subject: [Camino-devel] camino/src/common MsgDecoder.h
Date: Sun, 26 Jan 2003 13:08:55 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Philippe Fremy <address@hidden> 03/01/26 13:08:54

Modified files:
        src/common     : MsgDecoder.h 

Log message:
        avoid warning

Patches:
Index: camino/src/common/MsgDecoder.h
diff -u camino/src/common/MsgDecoder.h:1.4 camino/src/common/MsgDecoder.h:1.5
--- camino/src/common/MsgDecoder.h:1.4  Tue Jan 21 17:27:41 2003
+++ camino/src/common/MsgDecoder.h      Sun Jan 26 13:08:54 2003
@@ -5,7 +5,7 @@
 ** MsgDecoder.h
 ** Decoder for socket msg
 **
-** Version : $Id: MsgDecoder.h,v 1.4 2003/01/21 22:27:41 pfremy Exp $
+** Version : $Id: MsgDecoder.h,v 1.5 2003/01/26 18:08:54 pfremy Exp $
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 14/01/2003
 ** Copyright: Pascal Audoux, Philippe Fremy 2003
@@ -55,7 +55,7 @@
 
        void setDevice( QIODevice * socket );
        
-       virtual void recvServerConnect( QString playerName ) {}
+       virtual void recvServerConnect( QString /* playerName */ ) {}
 
 public slots:
        /** call this to tell the Decoder that there is some data to decode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]