From: <mk...@us...> - 2003-10-25 00:31:08
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv5869/Include/SimData Modified Files: Vector3.h Log Message: Index: Vector3.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Vector3.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Vector3.h 19 Oct 2003 23:53:56 -0000 1.17 --- Vector3.h 25 Oct 2003 00:25:00 -0000 1.18 *************** *** 319,323 **** /// Type representation. ! virtual std::string typeString() const { return "Vector3"; } /// Serialize to or from a data archive. --- 319,323 ---- /// Type representation. ! virtual std::string typeString() const { return "type::Vector3"; } /// Serialize to or from a data archive. |