comparison Framework/dev.h @ 299:3897f9f28cfa am-callable-and-promise

backup work in progress: updated messaging framework with ICallable
author am@osimis.io
date Fri, 14 Sep 2018 16:44:01 +0200
parents 89d02de83c03
children b4abaeb783b1
comparison
equal deleted inserted replaced
298:f58bfb7bbcc9 299:3897f9f28cfa
237 OrthancStone::IObserver(broker), 237 OrthancStone::IObserver(broker),
238 loader_(broker, orthanc), 238 loader_(broker, orthanc),
239 computeRange_(computeRange), 239 computeRange_(computeRange),
240 pendingSlices_(0) 240 pendingSlices_(0)
241 { 241 {
242 loader_.RegisterObserver(*this); 242 // TODO: replace with new callables loader_.RegisterObserver(*this);
243 } 243 }
244 244
245 void ScheduleLoadSeries(const std::string& seriesId) 245 void ScheduleLoadSeries(const std::string& seriesId)
246 { 246 {
247 loader_.ScheduleLoadSeries(seriesId); 247 loader_.ScheduleLoadSeries(seriesId);