diff Framework/SmartLoader.cpp @ 317:b66d13708f40 am-2

cleanup
author am@osimis.io
date Fri, 05 Oct 2018 11:57:36 +0200
parents b4abaeb783b1
children 3a4ca166fafa
line wrap: on
line diff
--- a/Framework/SmartLoader.cpp	Fri Oct 05 10:38:16 2018 +0200
+++ b/Framework/SmartLoader.cpp	Fri Oct 05 11:57:36 2018 +0200
@@ -25,12 +25,11 @@
 
 namespace OrthancStone
 {
-  SmartLoader::SmartLoader(MessageBroker& broker, IWebService& webService) :
+  SmartLoader::SmartLoader(MessageBroker& broker, OrthancApiClient& orthancApiClient) :
     IObservable(broker),
     IObserver(broker),
     imageQuality_(SliceImageQuality_FullPam),
-    webService_(webService),
-    orthancApiClient_(broker, webService)
+    orthancApiClient_(orthancApiClient)
   {
   }