comparison Orthanc/Core/Toolbox.h @ 69:fe8dab5c051f

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2015 21:23:42 +0200
parents 902dedf9882a
children
comparison
equal deleted inserted replaced
68:45da32410346 69:fe8dab5c051f
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 }