|
From: Frank V. C. <fr...@us...> - 2000-11-11 17:45:57
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1 In directory slayer.i.sourceforge.net:/tmp/cvs-serv30674/src/testdrivers/exf1 Modified Files: UserType.cpp examp1.cpp Log Message: 116737 Ontology Support Index: UserType.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/UserType.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** UserType.cpp 2000/10/30 05:01:26 1.1 --- UserType.cpp 2000/11/11 17:45:54 1.2 *************** *** 159,163 **** // use the ZeroUid for a transient identifier ! DEFINE_METATYPE( UserType, UniversalIdentifier::getZeroUid(), version ); /* --- 159,170 ---- // use the ZeroUid for a transient identifier ! DEFINE_METATYPE ! ( ! UserType, ! UniversalIdentifier::getZeroUid(), ! version, ! "exf1", ! "Example type that does nothing" ! ); /* Index: examp1.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/examp1.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** examp1.cpp 2000/10/30 05:01:26 1.17 --- examp1.cpp 2000/11/11 17:45:54 1.18 *************** *** 319,323 **** cout << endl << "Analyzing class [" << aMTPtr->getInstanceTypeName() ! << "] MetaType [" << aMTPtr->getMetaTypeName() << "]" << endl; --- 319,325 ---- cout << endl << "Analyzing class [" << aMTPtr->getInstanceTypeName() ! << "] MetaType [" << aMTPtr->getMetaTypeName() << "]" << endl ! << "Namespace = " << aMTPtr->getDomainName() << endl ! << "Description = " << aMTPtr->getTypeDescription() << endl; |