Mercurial > hg > orthanc-stone
comparison Applications/Samples/SingleFrameApplication.h @ 334:c34784e5f299 am-2
compatibility fixes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Oct 2018 09:02:24 +0200 |
parents | 7a364e44fbb4 |
children | c7fdc8bac581 |
comparison
equal
deleted
inserted
replaced
333:08683537a227 | 334:c34784e5f299 |
---|---|
182 } | 182 } |
183 | 183 |
184 mainWidget_->FitContent(); | 184 mainWidget_->FitContent(); |
185 } | 185 } |
186 | 186 |
187 std::unique_ptr<Interactor> mainWidgetInteractor_; | 187 std::auto_ptr<Interactor> mainWidgetInteractor_; |
188 std::unique_ptr<OrthancApiClient> orthancApiClient_; | 188 std::auto_ptr<OrthancApiClient> orthancApiClient_; |
189 | 189 const OrthancFrameLayerSource* source_; |
190 const OrthancFrameLayerSource* source_; | 190 unsigned int slice_; |
191 unsigned int slice_; | |
192 | 191 |
193 public: | 192 public: |
194 SingleFrameApplication(MessageBroker& broker) : | 193 SingleFrameApplication(MessageBroker& broker) : |
195 IObserver(broker), | 194 IObserver(broker), |
196 source_(NULL), | 195 source_(NULL), |