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