Mercurial > hg > orthanc-stone
comparison 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 |
comparison
equal
deleted
inserted
replaced
270:2d64f4d39610 | 271:46c5296d867e |
---|---|
48 | 48 |
49 GetJsonResponseReadyMessage(MessageType messageType, | 49 GetJsonResponseReadyMessage(MessageType messageType, |
50 const std::string& uri, | 50 const std::string& uri, |
51 const Json::Value& response) | 51 const Json::Value& response) |
52 : IMessage(messageType), | 52 : IMessage(messageType), |
53 uri_(uri), | 53 response_(response), |
54 response_(response) | 54 uri_(uri) |
55 { | 55 { |
56 } | 56 } |
57 }; | 57 }; |
58 | 58 |
59 public: | 59 public: |