|
From: Frank V. C. <fr...@us...> - 2001-04-22 14:30:54
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw
In directory usw-pr-cvs1:/tmp/cvs-serv13712/src/libs/clfw
Modified Files:
UniversalIdentifier.cpp
Log Message:
Refined schema store operations and objects
Index: UniversalIdentifier.cpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/UniversalIdentifier.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** UniversalIdentifier.cpp 2001/02/24 04:32:31 1.4
--- UniversalIdentifier.cpp 2001/04/22 14:30:51 1.5
***************
*** 211,214 ****
--- 211,221 ----
}
+ // Fetch the id itself
+
+ UniqueIdCref UniversalIdentifier::getUniqueId( void ) const
+ {
+ return theID;
+ }
+
// Fetch theZeroUid
|