comparison OrthancServer/OrthancRestApi/OrthancRestModalities.cpp @ 3602:085283445db0 storage-commitment

AllowNAction in remote modality parameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2020 15:28:32 +0100
parents de1665e7b341
children 0ce9c1c6474f
comparison
equal deleted inserted replaced
3601:a77e7839012a 3602:085283445db0
1104 } 1104 }
1105 } 1105 }
1106 1106
1107 static void PeerSystem(RestApiGetCall& call) 1107 static void PeerSystem(RestApiGetCall& call)
1108 { 1108 {
1109 ServerContext& context = OrthancRestApi::GetContext(call);
1110
1111 std::string remote = call.GetUriComponent("id", ""); 1109 std::string remote = call.GetUriComponent("id", "");
1112 1110
1113 OrthancConfiguration::ReaderLock lock; 1111 OrthancConfiguration::ReaderLock lock;
1114 1112
1115 WebServiceParameters peer; 1113 WebServiceParameters peer;