diff Platforms/Generic/WebServiceCommandBase.h @ 291:87376a645ee1 am-2

renaming
author am@osimis.io
date Thu, 30 Aug 2018 17:06:22 +0200
parents dc1beee33134
children 3897f9f28cfa
line wrap: on
line diff
--- a/Platforms/Generic/WebServiceCommandBase.h	Thu Aug 30 16:56:08 2018 +0200
+++ b/Platforms/Generic/WebServiceCommandBase.h	Thu Aug 30 17:06:22 2018 +0200
@@ -25,7 +25,7 @@
 
 #include "../../Framework/Toolbox/IWebService.h"
 #include "../../Framework/Messages/IObservable.h"
-#include "../../Applications/Generic/BasicNativeApplicationContext.h"
+#include "../../Applications/Generic/NativeStoneApplicationContext.h"
 
 #include <Core/WebServiceParameters.h>
 
@@ -43,7 +43,7 @@
     std::auto_ptr<Orthanc::IDynamicObject>  payload_;
     bool                                    success_;
     std::string                             answer_;
-    BasicNativeApplicationContext&          context_;
+    NativeStoneApplicationContext&          context_;
 
   public:
     WebServiceCommandBase(MessageBroker& broker,
@@ -52,7 +52,7 @@
                           const std::string& uri,
                           const std::map<std::string, std::string>& headers,
                           Orthanc::IDynamicObject* payload /* takes ownership */,
-                          BasicNativeApplicationContext& context);
+                          NativeStoneApplicationContext& context);
 
     virtual void Execute() = 0;