diff Core/RestApi/RestApiCall.h @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 6e7e5ed91c2d
children f3672356c121
line wrap: on
line diff
--- a/Core/RestApi/RestApiCall.h	Fri May 22 17:40:10 2015 +0200
+++ b/Core/RestApi/RestApiCall.h	Tue May 26 17:54:34 2015 +0200
@@ -114,6 +114,8 @@
       HttpHandler::ParseCookies(result, httpHeaders_);
     }
 
+    std::string FlattenUri() const;
+
     virtual bool ParseJsonRequest(Json::Value& result) const = 0;
   };
 }