comparison OrthancServer/ServerJobs/Operations/SystemCallOperation.cpp @ 2654:761031029aa9 jobs

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jun 2018 17:09:18 +0200
parents 1da5a052c777
children c196d76cb8fa
comparison
equal deleted inserted replaced
2653:d7815540bd81 2654:761031029aa9
113 } 113 }
114 114
115 115
116 void SystemCallOperation::Serialize(Json::Value& result) const 116 void SystemCallOperation::Serialize(Json::Value& result) const
117 { 117 {
118 result = Json::objectValue;
118 result["Type"] = "SystemCall"; 119 result["Type"] = "SystemCall";
119 result["Command"] = command_; 120 result["Command"] = command_;
120 121
121 Json::Value tmp; 122 Json::Value tmp;
122 123