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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/UUID.h b/src/uscxml/UUID.h
index af129e7..873d963 100644
--- a/src/uscxml/UUID.h
+++ b/src/uscxml/UUID.h
@@ -29,6 +29,7 @@ namespace uscxml {
class USCXML_API UUID {
public:
static std::string getUUID();
+ static bool isUUID(const std::string& uuid);
static boost::uuids::random_generator uuidGen;
};