|
From: Frank V. C. <fr...@us...> - 2000-11-11 17:45:57
|
Update of /cvsroot/corelinux/clfw/src/libs/LibLoad In directory slayer.i.sourceforge.net:/tmp/cvs-serv30674/src/libs/LibLoad Modified Files: LibraryObjectDefinition.cpp LibraryType.cpp Log Message: 116737 Ontology Support Index: LibraryObjectDefinition.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/LibLoad/LibraryObjectDefinition.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** LibraryObjectDefinition.cpp 2000/10/29 17:09:52 1.3 --- LibraryObjectDefinition.cpp 2000/11/11 17:45:54 1.4 *************** *** 67,71 **** //! we use the abstract macro for MetaTypeAggregate autonaming ! DEFINE_ABSTRACT_METATYPE( LibraryObjectDefinition, metaIdentifier, version ); // --- 67,78 ---- //! we use the abstract macro for MetaTypeAggregate autonaming ! DEFINE_ABSTRACT_METATYPE ! ( ! LibraryObjectDefinition, ! metaIdentifier, ! version , ! NULLPTR, ! "Abstract aggregate describing a tuple of a library" ! ); // Index: LibraryType.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/LibLoad/LibraryType.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** LibraryType.cpp 2000/10/29 17:09:52 1.5 --- LibraryType.cpp 2000/11/11 17:45:54 1.6 *************** *** 67,71 **** //! we use the abstract macro for MetaTypeAggregate autonaming ! DEFINE_METATYPE( LibraryType, metaIdentifier, version ); // --- 67,78 ---- //! we use the abstract macro for MetaTypeAggregate autonaming ! DEFINE_METATYPE ! ( ! LibraryType, ! metaIdentifier, ! version, ! NULLPTR , ! "Aggregate type that describes computer library types" ! ); // |