|
From: Frank V. C. <fr...@us...> - 2000-11-18 13:59:00
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv12285 Modified Files: MetaType.hpp Log Message: 122770 - DISPATCH spelled DISPATH Index: MetaType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaType.hpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** MetaType.hpp 2000/11/18 13:53:25 1.26 --- MetaType.hpp 2000/11/18 13:58:57 1.27 *************** *** 384,388 **** { ! #define CLOSE_DISPATH_FUNCTION \ } --- 384,388 ---- { ! #define CLOSE_DISPATCH_FUNCTION \ } *************** *** 392,396 **** \arg className : identifies the class \arg classMethName : identifies the class method that is called ! \arg methName : identifies the dispath function */ --- 392,396 ---- \arg className : identifies the class \arg classMethName : identifies the class method that is called ! \arg methName : identifies the dispatch function */ *************** *** 406,410 **** &className##Dispatch##methName, ! #define CLOSE_DISPATH_TABLE \ 0 } --- 406,410 ---- &className##Dispatch##methName, ! #define CLOSE_DISPATCH_TABLE \ 0 } |