diff Applications/StoneApplicationContext.cpp @ 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 4f2416d519b4
children 04a95ee91327
line wrap: on
line diff
--- a/Applications/StoneApplicationContext.cpp	Tue Oct 15 14:08:15 2019 +0200
+++ b/Applications/StoneApplicationContext.cpp	Tue Oct 15 15:39:39 2019 +0200
@@ -32,7 +32,7 @@
       throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls);
     }
 
-    orthanc_.reset(new Deprecated::OrthancApiClient(broker_, *webService_, orthancBaseUrl_));
+    orthanc_.reset(new Deprecated::OrthancApiClient(*webService_, orthancBaseUrl_));
   }