diff Framework/Layers/OrthancFrameLayerSource.cpp @ 251:192e6e349e69 am-2

first usage of new message system (in SDL only)
author am@osimis.io
date Mon, 02 Jul 2018 18:13:46 +0200
parents 5412adf19980
children 40b21c1f8b8d
line wrap: on
line diff
--- a/Framework/Layers/OrthancFrameLayerSource.cpp	Mon Jul 02 16:36:17 2018 +0200
+++ b/Framework/Layers/OrthancFrameLayerSource.cpp	Mon Jul 02 18:13:46 2018 +0200
@@ -68,8 +68,9 @@
   }
 
 
-  OrthancFrameLayerSource::OrthancFrameLayerSource(IWebService& orthanc) :
-    loader_(*this, orthanc),
+  OrthancFrameLayerSource::OrthancFrameLayerSource(MessageBroker& broker, IWebService& orthanc) :
+    LayerSourceBase(broker),
+    loader_(broker, *this, orthanc),
     quality_(SliceImageQuality_Full)
   {
   }