Mercurial > hg > orthanc
comparison Core/JobsEngine/SetOfInstancesJob.cpp @ 2624:714dcddeb65f jobs
asynchronous c-movoe
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 May 2018 21:44:22 +0200 |
parents | 34dc57f4a7d2 |
children | c691fcf66071 |
comparison
equal
deleted
inserted
replaced
2623:bd6e0b70e915 | 2624:714dcddeb65f |
---|---|
186 { | 186 { |
187 v.append(instances_[i]); | 187 v.append(instances_[i]); |
188 } | 188 } |
189 | 189 |
190 value["Instances"] = v; | 190 value["Instances"] = v; |
191 | |
192 | 191 |
193 v = Json::arrayValue; | 192 v = Json::arrayValue; |
194 | 193 |
195 for (std::set<std::string>::const_iterator it = failedInstances_.begin(); | 194 for (std::set<std::string>::const_iterator it = failedInstances_.begin(); |
196 it != failedInstances_.end(); ++it) | 195 it != failedInstances_.end(); ++it) |