diff 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
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.h	Mon Jan 04 14:27:06 2016 +0100
+++ b/Orthanc/Core/Toolbox.h	Thu Jan 28 17:08:44 2016 +0100
@@ -190,5 +190,7 @@
                     const std::string& prefix);
 
     int GetProcessId();
+
+    bool IsRegularFile(const std::string& path);
   }
 }