comparison Orthanc/Core/Toolbox.h @ 65:78aa0a355d3a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 14:13:04 +0200
parents 902dedf9882a
children
comparison
equal deleted inserted replaced
64:03a09c575ba8 65:78aa0a355d3a
168 void CopyJsonWithoutComments(Json::Value& target, 168 void CopyJsonWithoutComments(Json::Value& target,
169 const Json::Value& source); 169 const Json::Value& source);
170 170
171 bool StartsWith(const std::string& str, 171 bool StartsWith(const std::string& str,
172 const std::string& prefix); 172 const std::string& prefix);
173
174 int GetProcessId();
173 } 175 }
174 } 176 }