Update of /cvsroot/gcblue/gcb_wx/include/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30838/include/database
Modified Files:
tcMissileDBObject.h
Log Message:
0.7.0 release snapshot
Index: tcMissileDBObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcMissileDBObject.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** tcMissileDBObject.h 25 Mar 2005 03:48:06 -0000 1.17
--- tcMissileDBObject.h 29 Mar 2005 00:12:22 -0000 1.18
***************
*** 134,138 ****
bool IsLeaf() const; ///< returns true if db obj is a leaf obj
teWeaponLaunchMode GetLaunchMode();
! tnPoolIndex GetPrimarySeekerKey();
bool HasAllEmitters(std::vector<long>& emitters);
virtual void PrintToFile(tcFile& file);
--- 134,138 ----
bool IsLeaf() const; ///< returns true if db obj is a leaf obj
teWeaponLaunchMode GetLaunchMode();
! long GetPrimarySeekerKey();
bool HasAllEmitters(std::vector<long>& emitters);
virtual void PrintToFile(tcFile& file);
|