|
From: Frank V. C. <fr...@us...> - 2001-05-27 11:51:36
|
Update of /cvsroot/corelinux/clfw/clfw/Persist
In directory usw-pr-cvs1:/tmp/cvs-serv11652/clfw/Persist
Modified Files:
SchemaCatalog.hpp
Log Message:
420094 SchemaClass support in SchemaCatalog::createEntry
Index: SchemaCatalog.hpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/Persist/SchemaCatalog.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** SchemaCatalog.hpp 2001/04/25 03:27:22 1.9
--- SchemaCatalog.hpp 2001/05/27 11:51:33 1.10
***************
*** 222,225 ****
--- 222,240 ----
+ /**
+ Resolve or use default SchemaClass UniversalIdentifier
+ to assign a newly created Schema entry in the catalog
+ User override is "SchemaClass"
+ @param Collection from user initiated call
+ @returns UniveralIdentifier of default or resolved
+ type
+ */
+
+ UniversalIdentifierCref resolveSchemaClassUuid
+ (
+ CollectionPtr
+ );
+
+ MetaClassPtr findClass( CharCptr );
private:
|