diff Platforms/Generic/WebServicePostCommand.cpp @ 291:87376a645ee1 am-2

renaming
author am@osimis.io
date Thu, 30 Aug 2018 17:06:22 +0200
parents dc1beee33134
children b4abaeb783b1
line wrap: on
line diff
--- a/Platforms/Generic/WebServicePostCommand.cpp	Thu Aug 30 16:56:08 2018 +0200
+++ b/Platforms/Generic/WebServicePostCommand.cpp	Thu Aug 30 17:06:22 2018 +0200
@@ -32,7 +32,7 @@
                                                const IWebService::Headers& headers,
                                                const std::string& body,
                                                Orthanc::IDynamicObject* payload /* takes ownership */,
-                                               BasicNativeApplicationContext& context) :
+                                               NativeStoneApplicationContext& context) :
     WebServiceCommandBase(broker, callback, parameters, uri, headers, payload, context),
     body_(body)
   {