|
From: Frank V. C. <fr...@us...> - 2000-11-15 23:21:27
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv23853/clfw Modified Files: MetaType.hpp Log Message: 116737 Finishing touches Index: MetaType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaType.hpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** MetaType.hpp 2000/11/15 23:07:20 1.24 --- MetaType.hpp 2000/11/15 23:21:24 1.25 *************** *** 63,67 **** \return a const pointer to the MetaType \ */ \ ! static corelinux::MetaTypeCptr getTypeDescriptor( void ); \ /** \ get the type \ --- 63,67 ---- \return a const pointer to the MetaType \ */ \ ! static corelinux::MetaTypePtr getTypeDescriptor( void ); \ /** \ get the type \ *************** *** 116,120 **** The parent type descriptor array must be termined by the NULLPTR \ */ \ ! corelinux::MetaTypeCptr(NULLPTR) \ } --- 116,120 ---- The parent type descriptor array must be termined by the NULLPTR \ */ \ ! corelinux::MetaTypePtr(NULLPTR) \ } *************** *** 654,658 **** implements the getTypeDescriptor() function \ */ \ ! MetaTypeCptr className::getTypeDescriptor( void ) \ { \ return &theTypeDesc; \ --- 654,658 ---- implements the getTypeDescriptor() function \ */ \ ! MetaTypePtr className::getTypeDescriptor( void ) \ { \ return &theTypeDesc; \ |