comparison Core/Toolbox.h @ 1490:596927722403

support of --logdir by the internal logger
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 14:04:48 +0200
parents 8f28a1cd2354
children d6a93e12b1c1
comparison
equal deleted inserted replaced
1489:1389834e130f 1490:596927722403
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 }