diff 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
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Fri May 15 17:33:43 2015 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Wed May 20 15:21:26 2015 +0200
@@ -97,7 +97,7 @@
                         HttpMethod method,
                         const UriComponents& uri,
                         const Arguments& headers,
-                        const Arguments& getArguments,
+                        const GetArguments& getArguments,
                         const std::string& postData);
 
     virtual bool InvokeService(_OrthancPluginService service,