comparison Framework/Oracle/GetOrthancImageCommand.h @ 1075:81b29bc7c3d4 broker

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2019 14:39:51 +0200
parents d716bfb3e07c
children 17660df24c36
comparison
equal deleted inserted replaced
1074:229ea1389845 1075:81b29bc7c3d4
110 { 110 {
111 return timeout_; 111 return timeout_;
112 } 112 }
113 113
114 void ProcessHttpAnswer(IMessageEmitter& emitter, 114 void ProcessHttpAnswer(IMessageEmitter& emitter,
115 const IObserver& receiver, 115 boost::weak_ptr<IObserver>& receiver,
116 const std::string& answer, 116 const std::string& answer,
117 const HttpHeaders& answerHeaders) const; 117 const HttpHeaders& answerHeaders) const;
118 }; 118 };
119 } 119 }