diff Framework/Orthanc/Core/SystemToolbox.h @ 54:06847108819c

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Nov 2016 12:59:50 +0100
parents 3d197ae63260
children
line wrap: on
line diff
--- a/Framework/Orthanc/Core/SystemToolbox.h	Thu Nov 17 15:47:09 2016 +0100
+++ b/Framework/Orthanc/Core/SystemToolbox.h	Thu Nov 24 12:59:50 2016 +0100
@@ -90,6 +90,8 @@
     FILE* OpenFile(const std::string& path,
                    FileMode mode);
 
+    std::string GenerateUuid();
+
 #if BOOST_HAS_DATE_TIME == 1
     std::string GetNowIsoString();