diff Core/Toolbox.h @ 1102:ce6386b37afd

avoid unnecessary exceptions on Orthanc startup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 10:51:35 +0200
parents e5686a703c63
children bec1eccf976c
line wrap: on
line diff
--- a/Core/Toolbox.h	Thu Aug 07 10:21:43 2014 +0200
+++ b/Core/Toolbox.h	Thu Aug 07 10:51:35 2014 +0200
@@ -149,5 +149,7 @@
 
     void ExecuteSystemCommand(const std::string& command,
                               const std::vector<std::string>& arguments);
+
+    bool IsInteger(const std::string& str);
   }
 }