diff Core/HttpServer/EmbeddedResourceHttpHandler.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 6e7e5ed91c2d
children f3672356c121
line wrap: on
line diff
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.h	Fri May 15 17:33:43 2015 +0200
+++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h	Wed May 20 15:21:26 2015 +0200
@@ -55,7 +55,7 @@
       HttpMethod method,
       const UriComponents& uri,
       const Arguments& headers,
-      const Arguments& arguments,
+      const GetArguments& arguments,
       const std::string&);
   };
 }