[Gcblue-commits] gcb_wx GCblue.vcproj,1.31,1.32
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-04 22:24:55
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1:/tmp/cvs-serv2798 Modified Files: GCblue.vcproj Log Message: Added database class for flightports Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** GCblue.vcproj 3 Jan 2004 00:45:12 -0000 1.31 --- GCblue.vcproj 4 Jan 2004 22:24:52 -0000 1.32 *************** *** 430,433 **** --- 430,436 ---- </File> <File + RelativePath="src\database\tcFlightportDBObject.cpp"> + </File> + <File RelativePath="src\database\tcGenericDBObject.cpp"> </File> *************** *** 752,755 **** --- 755,761 ---- <File RelativePath="include\database\tcFixedDBObject.h"> + </File> + <File + RelativePath="include\database\tcFlightportDBObject.h"> </File> <File |