comparison Orthanc/Core/Toolbox.h @ 125:145e654112d6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2016 17:08:44 +0100
parents 3809121c3290
children e8cfda4c8a2f
comparison
equal deleted inserted replaced
124:f395dddfbf16 125:145e654112d6
188 188
189 bool StartsWith(const std::string& str, 189 bool StartsWith(const std::string& str,
190 const std::string& prefix); 190 const std::string& prefix);
191 191
192 int GetProcessId(); 192 int GetProcessId();
193
194 bool IsRegularFile(const std::string& path);
193 } 195 }
194 } 196 }