[Gcblue-commits] gcb_wx/include/sim tcPlatformObject.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-02-02 01:23:35
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1681/include/sim Modified Files: tcPlatformObject.h Log Message: Index: tcPlatformObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcPlatformObject.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcPlatformObject.h 1 Feb 2004 22:19:08 -0000 1.9 --- tcPlatformObject.h 2 Feb 2004 01:21:37 -0000 1.10 *************** *** 58,62 **** virtual void DesignateLauncherDatum(tcPoint p, unsigned int anLauncher); virtual bool DesignateLauncherTarget(tnPoolIndex anID, unsigned anLauncher); ! virtual void DesignateTarget(long anID) {mcAI.SetTarget(anID);} virtual void GetDatum(tsGeoPoint& p) {p=msTargetDatum;} virtual int GetLauncherQuantity(unsigned anLauncher); --- 58,62 ---- virtual void DesignateLauncherDatum(tcPoint p, unsigned int anLauncher); virtual bool DesignateLauncherTarget(tnPoolIndex anID, unsigned anLauncher); ! virtual void DesignateTarget(long anID); virtual void GetDatum(tsGeoPoint& p) {p=msTargetDatum;} virtual int GetLauncherQuantity(unsigned anLauncher); |