From: <mk...@us...> - 2003-10-19 21:24:03
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv11407 Modified Files: Tag: systems ObjectModel.h Log Message: Index: ObjectModel.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/ObjectModel.h,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -C2 -d -r1.13.2.1 -r1.13.2.2 *** ObjectModel.h 16 Sep 2003 06:57:30 -0000 1.13.2.1 --- ObjectModel.h 19 Oct 2003 20:11:10 -0000 1.13.2.2 *************** *** 69,73 **** typedef std::vector<simdata::Vector3> ContactList; ! SIMDATA_OBJECT(ObjectModel, 6, 0); BEGIN_SIMDATA_XML_INTERFACE(ObjectModel) --- 69,73 ---- typedef std::vector<simdata::Vector3> ContactList; ! SIMDATA_STATIC_OBJECT(ObjectModel, 6, 0); BEGIN_SIMDATA_XML_INTERFACE(ObjectModel) |