comparison 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
comparison
equal deleted inserted replaced
21:20f623762e8e 22:b01d46e5a2b3
202 202
203 unsigned int GetJsonUnsignedIntegerField(const ::Json::Value& json, 203 unsigned int GetJsonUnsignedIntegerField(const ::Json::Value& json,
204 const std::string& key, 204 const std::string& key,
205 unsigned int defaultValue); 205 unsigned int defaultValue);
206 206
207 std::string GenerateUuid();
208
209 bool IsUuid(const std::string& str); 207 bool IsUuid(const std::string& str);
210 208
211 bool StartsWithUuid(const std::string& str); 209 bool StartsWithUuid(const std::string& str);
212 } 210 }
213 } 211 }