|
From: Frank V. C. <fr...@us...> - 2000-11-12 03:22:09
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv25497/clfw Modified Files: MetaSpace.hpp Ontology.hpp Log Message: 116737 Ontology work Index: MetaSpace.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaSpace.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** MetaSpace.hpp 2000/11/11 17:45:54 1.1 --- MetaSpace.hpp 2000/11/12 03:22:06 1.2 *************** *** 58,65 **** Initialize the MetaSpace, creating namespace hierarchies as necessary - @returns false if already initialized */ ! static bool initialize( void ); protected: --- 58,64 ---- Initialize the MetaSpace, creating namespace hierarchies as necessary */ ! static void initialize( void ); protected: *************** *** 79,82 **** --- 78,85 ---- private: + + static VoidPtr theHead; + static bool theInitializedFlag; + static CharCptr theDefaultDomain; Index: Ontology.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Ontology.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Ontology.hpp 2000/11/11 17:45:54 1.2 --- Ontology.hpp 2000/11/12 03:22:06 1.3 *************** *** 63,67 **** */ ! virtual void addType( MetaTypeCptr ); /** --- 63,67 ---- */ ! virtual void addMetaType( MetaTypeCptr ); /** |