diff Platforms/Generic/WebServicePostCommand.cpp @ 274:dc1beee33134 am-2

split SdlApplication into NativeApplication and SdlApplication
author am@osimis.io
date Fri, 24 Aug 2018 13:52:55 +0200
parents 46c5296d867e
children 87376a645ee1
line wrap: on
line diff
--- a/Platforms/Generic/WebServicePostCommand.cpp	Fri Aug 24 11:26:59 2018 +0200
+++ b/Platforms/Generic/WebServicePostCommand.cpp	Fri Aug 24 13:52:55 2018 +0200
@@ -32,7 +32,7 @@
                                                const IWebService::Headers& headers,
                                                const std::string& body,
                                                Orthanc::IDynamicObject* payload /* takes ownership */,
-                                               BasicSdlApplicationContext& context) :
+                                               BasicNativeApplicationContext& context) :
     WebServiceCommandBase(broker, callback, parameters, uri, headers, payload, context),
     body_(body)
   {