Thread: [Gcblue-commits] gcb_wx/include/database CsvTranslator.h,1.7,1.8 tcAccountDatabase.h,1.2,1.3 tcAirDB
Status: Alpha
Brought to you by:
ddcforge
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15307/include/database Modified Files: CsvTranslator.h tcAccountDatabase.h tcAirDBObject.h tcBallisticDBObject.h tcDBObjSerializer.h tcDBObjSerializerSql.h tcDBString.h tcDatabase.h tcDatabaseIterator.h tcDatabaseObject.h tcESMDBObject.h tcFixedDBObject.h tcFlightportDBObject.h tcGenericDBObject.h tcItemDBObject.h tcLauncherDBObject.h tcMissileDBObject.h tcOpticalDBObject.h tcRadarDBObject.h tcSensorDBObject.h tcSensorPlatformDBObject.h tcSonarDBObject.h tcSonobuoyDBObject.h tcSqlReader.h tcStoresDBObject.h tcSubDBObject.h tcTorpedoDBObject.h tcWeaponDBObject.h Log Message: Updates for vc8 compiler Index: tcDatabaseIterator.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDatabaseIterator.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcDatabaseIterator.h 1 Jun 2005 00:13:26 -0000 1.2 --- tcDatabaseIterator.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcDatabaseIterator.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcDatabaseIterator.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcRadarDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcRadarDBObject.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcRadarDBObject.h 28 Jun 2005 02:51:19 -0000 1.14 --- tcRadarDBObject.h 22 Mar 2006 01:23:28 -0000 1.15 *************** *** 2,6 **** ** @file tcRadarDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcRadarDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcESMDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcESMDBObject.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcESMDBObject.h 1 Jun 2005 00:13:26 -0000 1.8 --- tcESMDBObject.h 22 Mar 2006 01:23:28 -0000 1.9 *************** *** 2,6 **** ** @file tcESMDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcESMDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcAirDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcAirDBObject.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tcAirDBObject.h 1 Jun 2005 00:13:25 -0000 1.13 --- tcAirDBObject.h 22 Mar 2006 01:23:28 -0000 1.14 *************** *** 2,6 **** ** @file tcAirDBObject.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcAirDBObject.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcDBString.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDBString.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcDBString.h 12 Jun 2005 20:46:27 -0000 1.7 --- tcDBString.h 22 Mar 2006 01:23:28 -0000 1.8 *************** *** 2,6 **** ** tcDBString.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tcDBString.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. *************** *** 43,49 **** char mz[DB_STRING_SIZE]; ! void AssignRandomString(void); ! void AssignRandomStringB(void); ! void AssignRandomSuffix(void); // adds random suffix to existing string tcDBString& operator= (tcDBString&); int operator== (tcDBString&); --- 43,51 ---- char mz[DB_STRING_SIZE]; ! void AssignRandomString(); ! void AssignRandomStringB(); ! void AssignRandomSuffix(); // adds random suffix to existing string ! const char* c_str(); ! tcDBString& operator= (tcDBString&); int operator== (tcDBString&); Index: CsvTranslator.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/CsvTranslator.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CsvTranslator.h 12 Jun 2005 20:46:26 -0000 1.7 --- CsvTranslator.h 22 Mar 2006 01:23:28 -0000 1.8 *************** *** 2,6 **** ** CsvTranslator.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** CsvTranslator.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcStoresDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcStoresDBObject.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcStoresDBObject.h 25 Jun 2005 22:09:46 -0000 1.5 --- tcStoresDBObject.h 22 Mar 2006 01:23:28 -0000 1.6 *************** *** 2,6 **** ** @file tcStoresDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcStoresDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcTorpedoDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcTorpedoDBObject.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcTorpedoDBObject.h 1 Jun 2005 00:13:26 -0000 1.3 --- tcTorpedoDBObject.h 22 Mar 2006 01:23:28 -0000 1.4 *************** *** 2,6 **** ** @file tcTorpedoDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcTorpedoDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSensorDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSensorDBObject.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcSensorDBObject.h 22 Jun 2005 01:21:26 -0000 1.11 --- tcSensorDBObject.h 22 Mar 2006 01:23:28 -0000 1.12 *************** *** 2,6 **** ** @file tcSensorDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSensorDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcLauncherDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcLauncherDBObject.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcLauncherDBObject.h 25 Jun 2005 22:09:46 -0000 1.14 --- tcLauncherDBObject.h 22 Mar 2006 01:23:28 -0000 1.15 *************** *** 2,6 **** ** @file tcLauncherDBObject.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcLauncherDBObject.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcWeaponDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcWeaponDBObject.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcWeaponDBObject.h 1 Jun 2005 00:13:26 -0000 1.6 --- tcWeaponDBObject.h 22 Mar 2006 01:23:28 -0000 1.7 *************** *** 2,6 **** ** @file tcWeaponDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcWeaponDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSonobuoyDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSonobuoyDBObject.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcSonobuoyDBObject.h 1 Jun 2005 00:13:26 -0000 1.2 --- tcSonobuoyDBObject.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcSonobuoyDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSonobuoyDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcItemDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcItemDBObject.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcItemDBObject.h 12 Jun 2005 20:46:27 -0000 1.1 --- tcItemDBObject.h 22 Mar 2006 01:23:28 -0000 1.2 *************** *** 2,6 **** ** @file tcItemDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcItemDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcBallisticDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcBallisticDBObject.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcBallisticDBObject.h 1 Jun 2005 00:13:25 -0000 1.8 --- tcBallisticDBObject.h 22 Mar 2006 01:23:28 -0000 1.9 *************** *** 2,6 **** ** @file tcBallisticDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcBallisticDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcAccountDatabase.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcAccountDatabase.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcAccountDatabase.h 16 Sep 2005 00:16:08 -0000 1.2 --- tcAccountDatabase.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcAccountDatabase.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcAccountDatabase.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcFlightportDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcFlightportDBObject.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcFlightportDBObject.h 1 Jun 2005 00:13:26 -0000 1.6 --- tcFlightportDBObject.h 22 Mar 2006 01:23:28 -0000 1.7 *************** *** 1,5 **** /** @file tcFlightportDBObject.h */ /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcFlightportDBObject.h */ /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSonarDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSonarDBObject.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcSonarDBObject.h 28 Jun 2005 02:51:19 -0000 1.5 --- tcSonarDBObject.h 22 Mar 2006 01:23:28 -0000 1.6 *************** *** 2,6 **** ** @file tcSonarDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSonarDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcDatabaseObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDatabaseObject.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** tcDatabaseObject.h 7 Jul 2005 01:13:23 -0000 1.26 --- tcDatabaseObject.h 22 Mar 2006 01:23:28 -0000 1.27 *************** *** 2,6 **** ** @file tcDatabaseObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcDatabaseObject.h */ ! /* Copyright (C) 2003-2006 Dewitt Colclough (de...@gc...) ** All rights reserved. *************** *** 118,132 **** #define DTYPE_CM 18 #define DTYPE_SUBMARINE 19 #define DTYPE_NULL 0xFFFFFFFF ! /*************** SENSOR ********************/ ! #define STYPE_RADAR 0 ! #define STYPE_ESM 1 ! #define STYPE_ACTIVESONAR 2 ! #define STYPE_PASSIVESONAR 3 ! #define STYPE_SARADAR 4 ! #define STYPE_SALASER 5 ! #define STYPE_ACTIVELASER 6 --- 118,126 ---- #define DTYPE_CM 18 #define DTYPE_SUBMARINE 19 + #define DTYPE_ECM 20 #define DTYPE_NULL 0xFFFFFFFF ! *************** *** 140,144 **** UINT mnClassID; ///< DTYPE_ class identifier, identifies database class, may be obsolete with dynamic casting UINT mnType; ///< functional classification type: helo, air, surf, sub, land ! UINT mnModelType; ///< model class to use, e.g. tcSurfaceObject, tcAirObject tcDBString mzImageFileName; ///< used for icon file name tcDBString mz3DModelFileName; --- 134,139 ---- UINT mnClassID; ///< DTYPE_ class identifier, identifies database class, may be obsolete with dynamic casting UINT mnType; ///< functional classification type: helo, air, surf, sub, land ! UINT mnModelType; ///< model class to use, e.g. tcSurfaceObject, tcAirObject ! float cost; ///< default cost for scoring purposes tcDBString mzImageFileName; ///< used for icon file name tcDBString mz3DModelFileName; *************** *** 147,150 **** --- 142,146 ---- static void AttachDatabase(tcDatabase *db) {database = db;} virtual const char* GetClassName() {return "Object";} ///< returns class name of database object + const char* GetCostString() const; ///< return cost as string virtual tc3DModel* Copy3DModel(); ///< creates copy of model (must be deleted) virtual tc3DModel* Get3DModel(); ///< gets pointer to database model *************** *** 153,157 **** void Load3DModel(); void LoadIcon(); ! void RandInit(void); virtual void PrintToFile(tcFile& file); int Serialize(tcFile& file, bool mbLoad, UINT32 anVersion); --- 149,153 ---- void Load3DModel(); void LoadIcon(); ! void RandInit(); virtual void PrintToFile(tcFile& file); int Serialize(tcFile& file, bool mbLoad, UINT32 anVersion); Index: tcSqlReader.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSqlReader.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcSqlReader.h 16 Sep 2005 00:16:08 -0000 1.5 --- tcSqlReader.h 22 Mar 2006 01:23:28 -0000 1.6 *************** *** 2,6 **** ** @file tcSqlReader.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. ** --- 2,6 ---- ** @file tcSqlReader.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. ** Index: tcDBObjSerializerSql.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDBObjSerializerSql.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcDBObjSerializerSql.h 16 Sep 2005 00:16:08 -0000 1.5 --- tcDBObjSerializerSql.h 22 Mar 2006 01:23:28 -0000 1.6 *************** *** 2,6 **** ** @file tcDBObjSerializerSql.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcDBObjSerializerSql.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcMissileDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcMissileDBObject.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tcMissileDBObject.h 18 Dec 2005 04:10:32 -0000 1.22 --- tcMissileDBObject.h 22 Mar 2006 01:23:28 -0000 1.23 *************** *** 2,6 **** ** @file tcMissileDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcMissileDBObject.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcGenericDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcGenericDBObject.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** tcGenericDBObject.h 18 Dec 2005 18:48:15 -0000 1.20 --- tcGenericDBObject.h 22 Mar 2006 01:23:28 -0000 1.21 *************** *** 2,6 **** ** tcGenericDBObject.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tcGenericDBObject.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. *************** *** 85,89 **** std::vector<animationDBInfo> animationInfo; ! virtual const char* GetClassName() {return "Generic";} ///< returns class name of database object bool IsLeaf() const; ///< returns true if db obj is a leaf obj --- 85,89 ---- std::vector<animationDBInfo> animationInfo; ! tcDatabaseObject* AsDatabaseObject(); virtual const char* GetClassName() {return "Generic";} ///< returns class name of database object bool IsLeaf() const; ///< returns true if db obj is a leaf obj Index: tcFixedDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcFixedDBObject.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcFixedDBObject.h 1 Jun 2005 00:13:26 -0000 1.7 --- tcFixedDBObject.h 22 Mar 2006 01:23:28 -0000 1.8 *************** *** 2,6 **** ** tcFixedDBObject.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tcFixedDBObject.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSensorPlatformDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSensorPlatformDBObject.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcSensorPlatformDBObject.h 1 Jun 2005 00:13:26 -0000 1.2 --- tcSensorPlatformDBObject.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcSensorPlatformDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSensorPlatformDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSubDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSubDBObject.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcSubDBObject.h 10 Jul 2005 20:32:01 -0000 1.2 --- tcSubDBObject.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcSubDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSubDBObject.h */ ! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcDBObjSerializer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDBObjSerializer.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcDBObjSerializer.h 1 Jun 2005 00:13:25 -0000 1.5 --- tcDBObjSerializer.h 22 Mar 2006 01:23:28 -0000 1.6 *************** *** 2,6 **** ** @file tcDBObjSerializer.h */ ! /* Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. ** --- 2,6 ---- ** @file tcDBObjSerializer.h */ ! /* Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. ** Index: tcDatabase.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDatabase.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcDatabase.h 22 Jun 2005 01:21:25 -0000 1.12 --- tcDatabase.h 22 Mar 2006 01:23:28 -0000 1.13 *************** *** 2,6 **** ** @file tcDatabase.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. ** --- 2,6 ---- ** @file tcDatabase.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. ** Index: tcOpticalDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcOpticalDBObject.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcOpticalDBObject.h 1 Jun 2005 00:13:26 -0000 1.3 --- tcOpticalDBObject.h 22 Mar 2006 01:23:28 -0000 1.4 *************** *** 2,6 **** ** @file tcOpticalDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcOpticalDBObject.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. |