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