[Gcblue-commits] gcb_wx/include/database tcSonobuoyDBObject.h, 1.4, 1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-12-06 01:20:48
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22513/include/database Modified Files: tcSonobuoyDBObject.h Log Message: Index: tcSonobuoyDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSonobuoyDBObject.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcSonobuoyDBObject.h 20 Nov 2006 00:16:27 -0000 1.4 --- tcSonobuoyDBObject.h 6 Dec 2006 01:20:41 -0000 1.5 *************** *** 29,32 **** --- 29,33 ---- #include "tcDatabaseObject.h" #include "tcSensorPlatformDBObject.h" + #include "tcWaterDetectionDBObject.h" class TiXmlElement; *************** *** 36,40 **** class tcSqlReader; ! class tcSonobuoyDBObject : public tcDatabaseObject, public tcSensorPlatformDBObject { public: --- 37,41 ---- class tcSqlReader; ! class tcSonobuoyDBObject : public tcDatabaseObject, public tcSensorPlatformDBObject, public tcWaterDetectionDBObject { public: |