comparison Plugins/Engine/OrthancPlugins.h @ 1363:feaf2840917c

Plugins now receive duplicated GET arguments in their REST callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2015 15:21:26 +0200
parents b7351ecb79b4
children 97268448bdfc
comparison
equal deleted inserted replaced
1362:bf6db7d2f8b1 1363:feaf2840917c
95 95
96 virtual bool Handle(HttpOutput& output, 96 virtual bool Handle(HttpOutput& output,
97 HttpMethod method, 97 HttpMethod method,
98 const UriComponents& uri, 98 const UriComponents& uri,
99 const Arguments& headers, 99 const Arguments& headers,
100 const Arguments& getArguments, 100 const GetArguments& getArguments,
101 const std::string& postData); 101 const std::string& postData);
102 102
103 virtual bool InvokeService(_OrthancPluginService service, 103 virtual bool InvokeService(_OrthancPluginService service,
104 const void* parameters); 104 const void* parameters);
105 105