diff Core/Toolbox.h @ 2065:272094362301

nacl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jul 2016 17:50:18 +0200
parents ed383e7a6753
children 27fd34970c52
line wrap: on
line diff
--- a/Core/Toolbox.h	Mon Jul 04 19:07:47 2016 +0200
+++ b/Core/Toolbox.h	Tue Jul 05 17:50:18 2016 +0200
@@ -204,8 +204,10 @@
                    const std::string& arrayElement = "item");
 #endif
 
+#if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1
     void ExecuteSystemCommand(const std::string& command,
                               const std::vector<std::string>& arguments);
+#endif
 
     bool IsInteger(const std::string& str);