diff options
Diffstat (limited to 'cpp/src/IceUtil/UUID.cpp')
-rw-r--r-- | cpp/src/IceUtil/UUID.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/UUID.cpp b/cpp/src/IceUtil/UUID.cpp index 169dcf32eef..ffe36ea57ab 100644 --- a/cpp/src/IceUtil/UUID.cpp +++ b/cpp/src/IceUtil/UUID.cpp @@ -22,6 +22,17 @@ using namespace std; +namespace IceUtil +{ + +// +// This method is defined in Random.cpp as a convenience for +// generateUUID. +// +void generateRandomAndGetPid(char*, int, char*); + +}; + // Helper char to hex functions // inline void halfByteToHex(unsigned char hb, char*& hexBuffer) |