diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-23 12:57:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-23 12:57:11 +0000 |
commit | 07ec4897c353261f24b53b7a48d0694e91fabc9e (patch) | |
tree | 21999efbc960b13bf6ddefa141be7e05dbd5a27d /cpp/include/IceUtil/UUID.h | |
parent | Changes for TAO 1.5 (diff) | |
download | ice-07ec4897c353261f24b53b7a48d0694e91fabc9e.tar.bz2 ice-07ec4897c353261f24b53b7a48d0694e91fabc9e.tar.xz ice-07ec4897c353261f24b53b7a48d0694e91fabc9e.zip |
Added Random.cpp
Diffstat (limited to 'cpp/include/IceUtil/UUID.h')
-rw-r--r-- | cpp/include/IceUtil/UUID.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/include/IceUtil/UUID.h b/cpp/include/IceUtil/UUID.h index a793616a35e..6f2230cda96 100644 --- a/cpp/include/IceUtil/UUID.h +++ b/cpp/include/IceUtil/UUID.h @@ -11,25 +11,10 @@ #define ICE_UTIL_UUID_H #include <IceUtil/Config.h> -#include <IceUtil/Exception.h> namespace IceUtil { -class ICE_UTIL_API UUIDGenerationException : public Exception -{ -public: - - UUIDGenerationException(const char*, int); - virtual const std::string ice_name() const; - virtual Exception* ice_clone() const; - virtual void ice_throw() const; - -private: - - static const char* _name; -}; - ICE_UTIL_API std::string generateUUID(); } |