From 8981bc21c09116fee00bce21fb94a3298c7d8589 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Fri, 7 Aug 2009 11:10:23 +0800 Subject: Revert "4071 - Global namespace pollution" This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d. --- cpp/src/IceUtil/UUID.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src/IceUtil/UUID.cpp') diff --git a/cpp/src/IceUtil/UUID.cpp b/cpp/src/IceUtil/UUID.cpp index 0748670d2fa..917609685e3 100644 --- a/cpp/src/IceUtil/UUID.cpp +++ b/cpp/src/IceUtil/UUID.cpp @@ -56,9 +56,6 @@ PidInitializer pidInitializer; }; #endif -namespace -{ - // Helper char to hex functions // inline void halfByteToHex(unsigned char hb, char*& hexBuffer) @@ -82,8 +79,6 @@ inline void bytesToHex(unsigned char* bytes, size_t len, char*& hexBuffer) } } -} - string IceUtil::generateUUID() { -- cgit v1.2.3