diff 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
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.h	Sun Aug 02 15:30:06 2015 +0200
+++ b/Orthanc/Core/Toolbox.h	Tue Aug 04 14:13:04 2015 +0200
@@ -170,5 +170,7 @@
 
     bool StartsWith(const std::string& str,
                     const std::string& prefix);
+
+    int GetProcessId();
   }
 }