comparison Core/Toolbox.h @ 1424:fe384a9d3b51

OrthancPluginGetConfiguration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 15:32:45 +0200
parents 704de8c30ff5
children 97268448bdfc
comparison
equal deleted inserted replaced
1423:7b7d597a190c 1424:fe384a9d3b51
158 158
159 void ExecuteSystemCommand(const std::string& command, 159 void ExecuteSystemCommand(const std::string& command,
160 const std::vector<std::string>& arguments); 160 const std::vector<std::string>& arguments);
161 161
162 bool IsInteger(const std::string& str); 162 bool IsInteger(const std::string& str);
163
164 void CopyJsonWithoutComments(Json::Value& target,
165 const Json::Value& source);
163 } 166 }
164 } 167 }