comparison Core/Toolbox.h @ 2065:272094362301

nacl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jul 2016 17:50:18 +0200
parents ed383e7a6753
children 27fd34970c52
comparison
equal deleted inserted replaced
2064:e92280e63d8d 2065:272094362301
202 const Json::Value& source, 202 const Json::Value& source,
203 const std::string& rootElement = "root", 203 const std::string& rootElement = "root",
204 const std::string& arrayElement = "item"); 204 const std::string& arrayElement = "item");
205 #endif 205 #endif
206 206
207 #if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1
207 void ExecuteSystemCommand(const std::string& command, 208 void ExecuteSystemCommand(const std::string& command,
208 const std::vector<std::string>& arguments); 209 const std::vector<std::string>& arguments);
210 #endif
209 211
210 bool IsInteger(const std::string& str); 212 bool IsInteger(const std::string& str);
211 213
212 void CopyJsonWithoutComments(Json::Value& target, 214 void CopyJsonWithoutComments(Json::Value& target,
213 const Json::Value& source); 215 const Json::Value& source);