diff options
Diffstat (limited to 'cpp/include/IceUtil/UUID.h')
-rw-r--r-- | cpp/include/IceUtil/UUID.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/cpp/include/IceUtil/UUID.h b/cpp/include/IceUtil/UUID.h index 2de0c61718f..0c6ee035c08 100644 --- a/cpp/include/IceUtil/UUID.h +++ b/cpp/include/IceUtil/UUID.h @@ -1,23 +1,23 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// Mutable Realms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#ifndef ICE_UTIL_UUID_H -#define ICE_UTIL_UUID_H - -#include <IceUtil/Config.h> - -namespace IceUtil -{ - -ICE_UTIL_API std::string generateUUID(); - -} - -#endif +// **********************************************************************
+//
+// Copyright (c) 2001
+// Mutable Realms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_UTIL_UUID_H
+#define ICE_UTIL_UUID_H
+
+#include <IceUtil/Config.h>
+
+namespace IceUtil
+{
+
+ICE_UTIL_API std::string generateUUID();
+
+}
+
+#endif
|