summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/UUID.h')
-rw-r--r--cpp/include/Ice/UUID.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp/include/Ice/UUID.h b/cpp/include/Ice/UUID.h
new file mode 100644
index 00000000000..711570a0164
--- /dev/null
+++ b/cpp/include/Ice/UUID.h
@@ -0,0 +1,23 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+#ifndef ICE_UUID_H
+#define ICE_UUID_H
+
+#include <Ice/Config.h>
+#include <IceUtil/UUID.h>
+
+namespace Ice
+{
+
+using IceUtil::generateUUID;
+
+}
+
+#endif