diff Platforms/Generic/WebServiceGetCommand.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children e713f1a99861 2d8ab34c8c91
line wrap: on
line diff
--- a/Platforms/Generic/WebServiceGetCommand.h	Mon May 20 16:26:34 2019 +0200
+++ b/Platforms/Generic/WebServiceGetCommand.h	Tue May 21 11:43:25 2019 +0200
@@ -23,20 +23,20 @@
 
 #include "WebServiceCommandBase.h"
 
-namespace OrthancStone
+namespace Deprecated
 {
   class WebServiceGetCommand : public WebServiceCommandBase
   {
   public:
-    WebServiceGetCommand(MessageBroker& broker,
-                         MessageHandler<IWebService::HttpRequestSuccessMessage>* successCallback,  // takes ownership
-                         MessageHandler<IWebService::HttpRequestErrorMessage>* failureCallback,  // takes ownership
+    WebServiceGetCommand(OrthancStone::MessageBroker& broker,
+                         OrthancStone::MessageHandler<IWebService::HttpRequestSuccessMessage>* successCallback,  // takes ownership
+                         OrthancStone::MessageHandler<IWebService::HttpRequestErrorMessage>* failureCallback,  // takes ownership
                          const Orthanc::WebServiceParameters& parameters,
                          const std::string& url,
                          const IWebService::HttpHeaders& headers,
                          unsigned int timeoutInSeconds,
                          Orthanc::IDynamicObject* payload /* takes ownership */,
-                         NativeStoneApplicationContext& context);
+                         OrthancStone::NativeStoneApplicationContext& context);
 
     virtual void Execute();
   };