|
From: Frank V. C. <fr...@us...> - 2000-09-26 11:21:14
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv11896/clfw Modified Files: ClfwCommon.hpp Makefile.am MetaType.hpp Log Message: 113427 MetaClass work Index: ClfwCommon.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/ClfwCommon.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ClfwCommon.hpp 2000/08/27 12:22:28 1.1 --- ClfwCommon.hpp 2000/09/26 11:21:11 1.2 *************** *** 30,38 **** #endif #if defined(LIBRARY_LOAD_FRAMWORK) #include <LibLoad/LibraryLoad.hpp> #endif - #endif // if !defined(__CLFWCOMMON_HPP) /* --- 30,39 ---- #endif + #endif // if !defined(__CLFWCOMMON_HPP) + #if defined(LIBRARY_LOAD_FRAMWORK) #include <LibLoad/LibraryLoad.hpp> #endif /* Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 2000/08/31 02:18:51 1.3 --- Makefile.am 2000/09/26 11:21:11 1.4 *************** *** 14,18 **** include_HEADERS = ClfwCommon.hpp \ ! Makefile.am --- 14,19 ---- include_HEADERS = ClfwCommon.hpp \ ! MetaType.hpp \ ! Makefile.am Index: MetaType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaType.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** MetaType.hpp 2000/09/25 01:35:59 1.1 --- MetaType.hpp 2000/09/26 11:21:11 1.2 *************** *** 91,96 **** throw ( Assertion ); ! virtual bool isType( MetaTypeCref ) const ! throw ( Assertion ); --- 91,95 ---- throw ( Assertion ); ! virtual bool isType( MetaTypeCref ) const ; |