diff Platforms/Generic/WebServicePostCommand.cpp @ 271:46c5296d867e am-2

OracleWebService and BasicSdlApplicationContext using the same global mutex
author am@osimis.io
date Thu, 23 Aug 2018 17:12:54 +0200
parents 9afafb192180
children dc1beee33134
line wrap: on
line diff
--- a/Platforms/Generic/WebServicePostCommand.cpp	Thu Aug 23 14:45:04 2018 +0200
+++ b/Platforms/Generic/WebServicePostCommand.cpp	Thu Aug 23 17:12:54 2018 +0200
@@ -31,8 +31,9 @@
                                                const std::string& uri,
                                                const IWebService::Headers& headers,
                                                const std::string& body,
-                                               Orthanc::IDynamicObject* payload /* takes ownership */) :
-    WebServiceCommandBase(broker, callback, parameters, uri, headers, payload),
+                                               Orthanc::IDynamicObject* payload /* takes ownership */,
+                                               BasicSdlApplicationContext& context) :
+    WebServiceCommandBase(broker, callback, parameters, uri, headers, payload, context),
     body_(body)
   {
   }