diff Core/RestApi/RestApi.cpp @ 975:c550e99c452b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 14:53:18 +0200
parents 83622b0f544c
children 6968356679c0
line wrap: on
line diff
--- a/Core/RestApi/RestApi.cpp	Mon Jun 30 14:44:05 2014 +0200
+++ b/Core/RestApi/RestApi.cpp	Mon Jun 30 14:53:18 2014 +0200
@@ -166,7 +166,7 @@
   {
     bool ok = false;
     RestApiOutput restOutput(output);
-    RestApiPath::Components components;
+    HttpHandler::Arguments components;
     UriComponents trailing;
 
     if (method == HttpMethod_Get)