From: <mk...@us...> - 2003-01-28 23:52:32
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv3957/Include/SimData Modified Files: Object.h Log Message: ns fixup Index: Object.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Object.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Object.h 28 Jan 2003 23:26:06 -0000 1.2 --- Object.h 28 Jan 2003 23:52:28 -0000 1.3 *************** *** 63,67 **** __GETCLASSVERSION(major, minor) ! #define __NEW(a) virtual Object* _new() const { return new a(); } // Macro to add standard boilerplate code to object classes. The --- 63,67 ---- __GETCLASSVERSION(major, minor) ! #define __NEW(a) virtual SIMDATA(Object)* _new() const { return new a(); } // Macro to add standard boilerplate code to object classes. The |