comparison Core/RestApi/RestApi.h @ 1063:0332e6e8c679

Fix automated generation of the list of resource children in the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jul 2014 16:06:26 +0200
parents f1ff2a2f06cd
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1062:804a75413ee7 1063:0332e6e8c679
42 { 42 {
43 private: 43 private:
44 RestApiHierarchy root_; 44 RestApiHierarchy root_;
45 45
46 public: 46 public:
47 static void AutoListChildren(RestApiGetCall& call);
48
47 virtual bool Handle(HttpOutput& output, 49 virtual bool Handle(HttpOutput& output,
48 HttpMethod method, 50 HttpMethod method,
49 const UriComponents& uri, 51 const UriComponents& uri,
50 const Arguments& headers, 52 const Arguments& headers,
51 const Arguments& getArguments, 53 const Arguments& getArguments,