comparison Framework/Deprecated/SmartLoader.h @ 1066:b537002f83a9 broker

removing broker from deprecated classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 15:39:39 +0200
parents e713f1a99861
children 04a95ee91327
comparison
equal deleted inserted replaced
1065:9d42f89b8c3c 1066:b537002f83a9
43 43
44 SliceImageQuality imageQuality_; 44 SliceImageQuality imageQuality_;
45 OrthancApiClient& orthancApiClient_; 45 OrthancApiClient& orthancApiClient_;
46 46
47 public: 47 public:
48 SmartLoader(OrthancStone::MessageBroker& broker, OrthancApiClient& orthancApiClient); // TODO: add maxPreloadStorageSizeInBytes 48 SmartLoader(OrthancApiClient& orthancApiClient); // TODO: add maxPreloadStorageSizeInBytes
49 49
50 // void PreloadStudy(const std::string studyId); 50 // void PreloadStudy(const std::string studyId);
51 // void PreloadSeries(const std::string seriesId); 51 // void PreloadSeries(const std::string seriesId);
52 void PreloadSlice(const std::string instanceId, unsigned int frame); 52 void PreloadSlice(const std::string instanceId, unsigned int frame);
53 53