diff Resources/Orthanc/Core/Toolbox.h @ 22:b01d46e5a2b3

support for sandboxed environments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 12:08:15 +0100
parents ff1e935768e7
children 9ee7e2f5f1a3
line wrap: on
line diff
--- a/Resources/Orthanc/Core/Toolbox.h	Tue Nov 22 15:54:06 2016 +0100
+++ b/Resources/Orthanc/Core/Toolbox.h	Wed Nov 23 12:08:15 2016 +0100
@@ -204,8 +204,6 @@
                                              const std::string& key,
                                              unsigned int defaultValue);
 
-    std::string GenerateUuid();
-
     bool IsUuid(const std::string& str);
 
     bool StartsWithUuid(const std::string& str);