[Gcblue-commits] gcb_wx GCblue.vcproj,1.86,1.87
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-04 00:47:16
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11821 Modified Files: GCblue.vcproj Log Message: Better sensor ageout behavior, more ai work, misc cleanup Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** GCblue.vcproj 2 Mar 2005 22:28:34 -0000 1.86 --- GCblue.vcproj 4 Mar 2005 00:46:14 -0000 1.87 *************** *** 509,512 **** --- 509,515 ---- </File> <File + RelativePath=".\src\sim\tcSensorPlatform.cpp"> + </File> + <File RelativePath="src\sim\tcSensorState.cpp"> </File> *************** *** 597,600 **** --- 600,606 ---- </File> <File + RelativePath=".\src\database\tcSensorPlatformDBObject.cpp"> + </File> + <File RelativePath=".\src\database\tcSonarDBObject.cpp"> </File> *************** *** 1446,1449 **** --- 1452,1458 ---- </File> <File + RelativePath=".\include\sim\tcSensorPlatform.h"> + </File> + <File RelativePath="include\sim\tcSensorState.h"> </File> *************** *** 1543,1546 **** --- 1552,1558 ---- </File> <File + RelativePath=".\include\database\tcSensorPlatformDBObject.h"> + </File> + <File RelativePath=".\include\database\tcSonarDBObject.h"> </File> |