diff Framework/dev.h @ 312:a91ad36b684c am-2

Merged am-callable-and-promise into am-2
author Alain Mazy <am@osimis.io>
date Tue, 02 Oct 2018 10:15:36 +0200
parents b4abaeb783b1
children 3a4ca166fafa
line wrap: on
line diff
--- a/Framework/dev.h	Mon Sep 10 12:22:26 2018 +0200
+++ b/Framework/dev.h	Tue Oct 02 10:15:36 2018 +0200
@@ -232,14 +232,14 @@
 
   public:
     OrthancVolumeImage(MessageBroker& broker,
-                       IWebService& orthanc,
+                       OrthancApiClient& orthanc,
                        bool computeRange) : 
       OrthancStone::IObserver(broker),
       loader_(broker, orthanc),
       computeRange_(computeRange),
       pendingSlices_(0)
     {
-        loader_.RegisterObserver(*this);
+        // TODO: replace with new callables loader_.RegisterObserver(*this);
     }
 
     void ScheduleLoadSeries(const std::string& seriesId)