|
From: Frank V. C. <fr...@us...> - 2000-10-21 14:09:23
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv27597 Modified Files: ClfwCommon.hpp Log Message: New types Index: ClfwCommon.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/ClfwCommon.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ClfwCommon.hpp 2000/10/03 02:14:02 1.3 --- ClfwCommon.hpp 2000/10/21 14:09:17 1.4 *************** *** 30,35 **** --- 30,40 ---- #endif + #define IN_CLFWCOMMON_HPP + + #include <ClassException.hpp> #include <UniversalIdentifier.hpp> #include <MetaType.hpp> + + #undef IN_CLFWCOMMON_HPP #endif // if !defined(__CLFWCOMMON_HPP) |