|
From: Frank V. C. <fr...@us...> - 2000-11-18 13:53:27
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv11928 Modified Files: MetaType.hpp Log Message: 122769 - MetaType Macro Defect Index: MetaType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaType.hpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** MetaType.hpp 2000/11/15 23:21:24 1.25 --- MetaType.hpp 2000/11/18 13:53:25 1.26 *************** *** 378,382 **** static void className##methName \ ( \ ! corelinux::FrameworkEntityPtr aClass, \ void **args, \ void *ret \ --- 378,382 ---- static void className##methName \ ( \ ! corelinux::FrameworkEntityPtr , \ void **args, \ void *ret \ |