diff Core/RestApi/RestApiCall.h @ 975:c550e99c452b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 14:53:18 +0200
parents 83622b0f544c
children ce3106e5843f
line wrap: on
line diff
--- a/Core/RestApi/RestApiCall.h	Mon Jun 30 14:44:05 2014 +0200
+++ b/Core/RestApi/RestApiCall.h	Mon Jun 30 14:53:18 2014 +0200
@@ -46,7 +46,7 @@
     RestApiOutput& output_;
     RestApi& context_;
     const HttpHandler::Arguments& httpHeaders_;
-    const RestApiPath::Components& uriComponents_;
+    const HttpHandler::Arguments& uriComponents_;
     const UriComponents& trailing_;
     const UriComponents& fullUri_;
 
@@ -58,7 +58,7 @@
     RestApiCall(RestApiOutput& output,
                 RestApi& context,
                 const HttpHandler::Arguments& httpHeaders,
-                const RestApiPath::Components& uriComponents,
+                const HttpHandler::Arguments& uriComponents,
                 const UriComponents& trailing,
                 const UriComponents& fullUri) :
       output_(output),