|
From: Frank V. C. <fr...@us...> - 2001-02-24 04:18:25
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1/include In directory usw-pr-cvs1:/tmp/cvs-serv6115/include Modified Files: UserType.hpp Log Message: 133852 UniversalIdentifier as instance object id Index: UserType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/include/UserType.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** UserType.hpp 2000/10/30 05:01:26 1.1 --- UserType.hpp 2001/02/24 04:19:32 1.2 *************** *** 38,41 **** --- 38,44 ---- #endif + #if !defined(__UNIVERSALIDENTIFIER_HPP) + #include <clfw/UniversalIdentifier.hpp> + #endif DECLARE_CLASS( UserType ); |