Mercurial > hg > orthanc
comparison Core/Toolbox.h @ 2136:dd609a99d39a
uniformization of the macro naming
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 14:08:05 +0100 |
parents | 0c09d1af22f3 |
children | 595cf22b3e7e |
comparison
equal
deleted
inserted
replaced
2135:cadfe0a2a393 | 2136:dd609a99d39a |
---|---|
196 | 196 |
197 #if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1 | 197 #if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1 |
198 bool IsExistingFile(const std::string& path); | 198 bool IsExistingFile(const std::string& path); |
199 #endif | 199 #endif |
200 | 200 |
201 #if ORTHANC_PUGIXML_ENABLED == 1 | 201 #if ORTHANC_ENABLE_PUGIXML == 1 |
202 void JsonToXml(std::string& target, | 202 void JsonToXml(std::string& target, |
203 const Json::Value& source, | 203 const Json::Value& source, |
204 const std::string& rootElement = "root", | 204 const std::string& rootElement = "root", |
205 const std::string& arrayElement = "item"); | 205 const std::string& arrayElement = "item"); |
206 #endif | 206 #endif |