diff Applications/BasicApplicationContext.h @ 69:1553b67b24e5 wasm

OrthancSynchronousWebService
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 20:35:11 +0200
parents d20e25cfcf3a
children 8677d95753f8
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.h	Mon May 22 17:49:26 2017 +0200
+++ b/Applications/BasicApplicationContext.h	Mon May 22 20:35:11 2017 +0200
@@ -25,7 +25,7 @@
 #include "../../Framework/Viewport/WidgetViewport.h"
 #include "../../Framework/Widgets/IWorldSceneInteractor.h"
 #include "../../Framework/Toolbox/DicomStructureSet.h"
-#include "../../Framework/Toolbox/OrthancWebService.h"
+#include "../../Framework/Toolbox/OrthancSynchronousWebService.h"
 
 #include <list>
 #include <boost/thread.hpp>
@@ -41,7 +41,7 @@
 
     static void UpdateThread(BasicApplicationContext* that);
 
-    OrthancWebService&  orthanc_;
+    OrthancSynchronousWebService&  orthanc_;
     boost::mutex        viewportMutex_;
     WidgetViewport      viewport_;
     Volumes             volumes_;
@@ -72,13 +72,13 @@
     };
 
     
-    BasicApplicationContext(OrthancWebService& orthanc);
+    BasicApplicationContext(OrthancSynchronousWebService& orthanc);
 
     ~BasicApplicationContext();
 
     IWidget& SetCentralWidget(IWidget* widget);   // Takes ownership
 
-    OrthancWebService& GetWebService()
+    OrthancSynchronousWebService& GetWebService()
     {
       return orthanc_;
     }