diff Core/Toolbox.h @ 1050:64f1842aae2e

Toolbox::ExecuteSystemCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jul 2014 11:36:35 +0200
parents 0bfeeb6d340f
children e5686a703c63
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Jul 22 16:49:34 2014 +0200
+++ b/Core/Toolbox.h	Wed Jul 23 11:36:35 2014 +0200
@@ -144,5 +144,8 @@
                    const std::string& rootElement = "root",
                    const std::string& arrayElement = "item");
 #endif
+
+    void ExecuteSystemCommand(const std::string& command,
+                              const std::vector<std::string>& arguments);
   }
 }