comparison OrthancServer/Scheduler/CallSystemCommand.cpp @ 2142:5a8840920121

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:26:40 +0100
parents aa4b8895cd23
children a3a65de1840f
comparison
equal deleted inserted replaced
2141:a260a8ad83f1 2142:5a8840920121
33 #include "../PrecompiledHeadersServer.h" 33 #include "../PrecompiledHeadersServer.h"
34 #include "CallSystemCommand.h" 34 #include "CallSystemCommand.h"
35 35
36 #include "../../Core/Logging.h" 36 #include "../../Core/Logging.h"
37 #include "../../Core/Toolbox.h" 37 #include "../../Core/Toolbox.h"
38 #include "../../Core/Uuid.h" 38 #include "../../Core/TemporaryFile.h"
39 39
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 CallSystemCommand::CallSystemCommand(ServerContext& context, 42 CallSystemCommand::CallSystemCommand(ServerContext& context,
43 const std::string& command, 43 const std::string& command,