version 0.3.0
[fms.git] / include / uuidgenerator.h
diff --git a/include/uuidgenerator.h b/include/uuidgenerator.h
deleted file mode 100644 (file)
index 0244716..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _uuidgenerator_\r
-#define _uuidgenerator_\r
-\r
-#include <string>\r
-\r
-/**\r
-       \brief UUID v4 (based on random numbers)\r
-\r
-       reference : http://lists.evolt.org/pipermail/javascript/2006-July/010716.html\r
-*/\r
-class UUIDGenerator\r
-{\r
-public:\r
-\r
-       const std::string Generate();\r
-\r
-private:\r
-\r
-       const std::string RandHex(const int len);\r
-\r
-};\r
-\r
-#endif // _uuidgenerator_\r