summaryrefslogtreecommitdiffstats
path: root/src/uscxml/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/UUID.h')
-rw-r--r--src/uscxml/UUID.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/uscxml/UUID.h b/src/uscxml/UUID.h
new file mode 100644
index 0000000..4a11285
--- /dev/null
+++ b/src/uscxml/UUID.h
@@ -0,0 +1,20 @@
+#ifndef UUID_H_8X65R2EI
+#define UUID_H_8X65R2EI
+
+#include <boost/uuid/uuid.hpp>
+#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/uuid_io.hpp>
+#include <ostream>
+
+namespace uscxml {
+
+class UUID {
+public:
+ static std::string getUUID();
+ static boost::uuids::random_generator uuidGen;
+};
+
+}
+
+
+#endif /* end of include guard: UUID_H_8X65R2EI */