comparison Platforms/Generic/WebServiceGetCommand.h @ 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
comparison
equal deleted inserted replaced
273:f21ba2468570 274:dc1beee33134
32 IWebService::ICallback& callback, 32 IWebService::ICallback& callback,
33 const Orthanc::WebServiceParameters& parameters, 33 const Orthanc::WebServiceParameters& parameters,
34 const std::string& uri, 34 const std::string& uri,
35 const IWebService::Headers& headers, 35 const IWebService::Headers& headers,
36 Orthanc::IDynamicObject* payload /* takes ownership */, 36 Orthanc::IDynamicObject* payload /* takes ownership */,
37 BasicSdlApplicationContext& context); 37 BasicNativeApplicationContext& context);
38 38
39 virtual void Execute(); 39 virtual void Execute();
40 }; 40 };
41 } 41 }