[Gcblue-commits] gcb_wx/src/network tcConnectionData.cpp,1.7,1.8 tcControlMessageHandler.cpp,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-08 00:31:44
|
Update of /cvsroot/gcblue/gcb_wx/src/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21227/src/network Modified Files: tcConnectionData.cpp tcControlMessageHandler.cpp tcMessage.cpp tcMessageHandler.cpp tcMultiplayerInterface.cpp tcNetworkInterface.cpp tcTextMessageHandler.cpp Log Message: Index: tcMessage.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcMessage.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcMessage.cpp 24 May 2004 00:14:46 -0000 1.6 --- tcMessage.cpp 8 Aug 2004 00:31:34 -0000 1.7 *************** *** 2,6 **** /* ** ! ** Copyright (C) 2003-2004 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- /* ** ! ** Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcMessageHandler.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcMessageHandler.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcMessageHandler.cpp 27 Apr 2004 21:45:14 -0000 1.2 --- tcMessageHandler.cpp 8 Aug 2004 00:31:34 -0000 1.3 *************** *** 1,4 **** /** ! * Copyright (C) 2004 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 1,4 ---- /** ! * Copyright (C) 2004 Dewitt Colclough (de...@tw...) * All rights reserved. * Index: tcConnectionData.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcConnectionData.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcConnectionData.cpp 14 May 2004 23:37:08 -0000 1.7 --- tcConnectionData.cpp 8 Aug 2004 00:31:34 -0000 1.8 *************** *** 2,6 **** /* ** ! ** Copyright (C) 2003-2004 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- /* ** ! ** Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcNetworkInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcNetworkInterface.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcNetworkInterface.cpp 14 May 2004 23:37:08 -0000 1.12 --- tcNetworkInterface.cpp 8 Aug 2004 00:31:34 -0000 1.13 *************** *** 1,5 **** /** @file tcNetworkInterface.cpp */ /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcNetworkInterface.cpp */ /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcTextMessageHandler.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcTextMessageHandler.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcTextMessageHandler.cpp 27 Apr 2004 21:45:14 -0000 1.2 --- tcTextMessageHandler.cpp 8 Aug 2004 00:31:34 -0000 1.3 *************** *** 1,4 **** /** ! * Copyright (C) 2004 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 1,4 ---- /** ! * Copyright (C) 2004 Dewitt Colclough (de...@tw...) * All rights reserved. * Index: tcMultiplayerInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcMultiplayerInterface.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcMultiplayerInterface.cpp 14 May 2004 23:37:08 -0000 1.16 --- tcMultiplayerInterface.cpp 8 Aug 2004 00:31:34 -0000 1.17 *************** *** 1,5 **** /** @file tcMultiplayerInterface.cpp ** ! ** Copyright (C) 2003-2004 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcMultiplayerInterface.cpp ** ! ** Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcControlMessageHandler.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcControlMessageHandler.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcControlMessageHandler.cpp 27 Apr 2004 21:45:14 -0000 1.5 --- tcControlMessageHandler.cpp 8 Aug 2004 00:31:34 -0000 1.6 *************** *** 2,6 **** * @file tcControlMessageHandler.cpp * ! * Copyright (C) 2004 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 2,6 ---- * @file tcControlMessageHandler.cpp * ! * Copyright (C) 2004 Dewitt Colclough (de...@tw...) * All rights reserved. * |