comparison Framework/Deprecated/Toolbox/OrthancApiClient.h @ 1060:e146743f6cdc broker

removing file MessageBroker.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Oct 2019 17:20:41 +0200
parents 5df50e0f0390
children b537002f83a9
comparison
equal deleted inserted replaced
1059:e713f1a99861 1060:e146743f6cdc
155 protected: 155 protected:
156 IWebService& web_; 156 IWebService& web_;
157 std::string baseUrl_; 157 std::string baseUrl_;
158 158
159 public: 159 public:
160 OrthancApiClient(OrthancStone::MessageBroker& broker, 160 OrthancApiClient(IWebService& web,
161 IWebService& web,
162 const std::string& baseUrl); 161 const std::string& baseUrl);
163 162
164 virtual ~OrthancApiClient() 163 virtual ~OrthancApiClient()
165 { 164 {
166 } 165 }