comparison 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
comparison
equal deleted inserted replaced
1101:e5686a703c63 1102:ce6386b37afd
147 const std::string& arrayElement = "item"); 147 const std::string& arrayElement = "item");
148 #endif 148 #endif
149 149
150 void ExecuteSystemCommand(const std::string& command, 150 void ExecuteSystemCommand(const std::string& command,
151 const std::vector<std::string>& arguments); 151 const std::vector<std::string>& arguments);
152
153 bool IsInteger(const std::string& str);
152 } 154 }
153 } 155 }