comparison 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
comparison
equal deleted inserted replaced
1049:bd2cb95003da 1050:64f1842aae2e
142 void JsonToXml(std::string& target, 142 void JsonToXml(std::string& target,
143 const Json::Value& source, 143 const Json::Value& source,
144 const std::string& rootElement = "root", 144 const std::string& rootElement = "root",
145 const std::string& arrayElement = "item"); 145 const std::string& arrayElement = "item");
146 #endif 146 #endif
147
148 void ExecuteSystemCommand(const std::string& command,
149 const std::vector<std::string>& arguments);
147 } 150 }
148 } 151 }