diff Platforms/Generic/WebServicePostCommand.h @ 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.h	Thu Aug 23 14:45:04 2018 +0200
+++ b/Platforms/Generic/WebServicePostCommand.h	Thu Aug 23 17:12:54 2018 +0200
@@ -37,7 +37,8 @@
                           const std::string& uri,
                           const IWebService::Headers& headers,
                           const std::string& body,
-                          Orthanc::IDynamicObject* payload /* takes ownership */);
+                          Orthanc::IDynamicObject* payload /* takes ownership */,
+                          BasicSdlApplicationContext& context);
 
     virtual void Execute();
   };