|
From: Frank V. C. <fr...@us...> - 2001-04-22 14:30:55
|
Update of /cvsroot/corelinux/clfw/clfw
In directory usw-pr-cvs1:/tmp/cvs-serv13712/clfw
Modified Files:
UniversalIdentifier.hpp
Log Message:
Refined schema store operations and objects
Index: UniversalIdentifier.hpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/clfw/UniversalIdentifier.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** UniversalIdentifier.hpp 2001/02/24 04:32:31 1.5
--- UniversalIdentifier.hpp 2001/04/22 14:30:51 1.6
***************
*** 121,124 ****
--- 121,131 ----
void getAsString( CharPtr ) const;
+ /**
+ Retrieves the instance structure
+ @returns UniqueId const reference
+ */
+
+ UniqueIdCref getUniqueId( void ) const;
+
/// Fetch theZeroUid
|