Mercurial > hg > orthanc-stone
diff Framework/Toolbox/OrthancApiClient.h @ 271:46c5296d867e am-2
OracleWebService and BasicSdlApplicationContext using the same global mutex
author | am@osimis.io |
---|---|
date | Thu, 23 Aug 2018 17:12:54 +0200 |
parents | 2d64f4d39610 |
children | 3897f9f28cfa |
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancApiClient.h Thu Aug 23 14:45:04 2018 +0200 +++ b/Framework/Toolbox/OrthancApiClient.h Thu Aug 23 17:12:54 2018 +0200 @@ -50,8 +50,8 @@ const std::string& uri, const Json::Value& response) : IMessage(messageType), - uri_(uri), - response_(response) + response_(response), + uri_(uri) { } };