Mercurial > hg > orthanc
comparison OrthancServer/ServerJobs/Operations/StorePeerOperation.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 |
---|---|
82 } | 82 } |
83 | 83 |
84 | 84 |
85 void StorePeerOperation::Serialize(Json::Value& result) const | 85 void StorePeerOperation::Serialize(Json::Value& result) const |
86 { | 86 { |
87 result = Json::objectValue; | |
87 result["Type"] = "StorePeer"; | 88 result["Type"] = "StorePeer"; |
88 peer_.ToJson(result["Remote"]); | 89 peer_.ToJson(result["Remote"]); |
89 } | 90 } |
90 } | 91 } |