diff Platforms/Generic/WebServiceCommandBase.cpp @ 257:9afafb192180 am-2

using PAM
author am@osimis.io
date Tue, 10 Jul 2018 12:39:01 +0200
parents 192e6e349e69
children e5a9b3d03478
line wrap: on
line diff
--- a/Platforms/Generic/WebServiceCommandBase.cpp	Tue Jul 03 13:19:56 2018 +0200
+++ b/Platforms/Generic/WebServiceCommandBase.cpp	Tue Jul 10 12:39:01 2018 +0200
@@ -29,11 +29,13 @@
                                              IWebService::ICallback& callback,
                                              const Orthanc::WebServiceParameters& parameters,
                                              const std::string& uri,
+                                             const IWebService::Headers& headers,
                                              Orthanc::IDynamicObject* payload /* takes ownership */) :
     IObservable(broker),
     callback_(callback),
     parameters_(parameters),
     uri_(uri),
+    headers_(headers),
     payload_(payload)
   {
     RegisterObserver(callback);