diff 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
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Fri Jul 25 14:51:18 2014 +0200
+++ b/Core/RestApi/RestApi.h	Fri Jul 25 16:06:26 2014 +0200
@@ -44,6 +44,8 @@
     RestApiHierarchy root_;
 
   public:
+    static void AutoListChildren(RestApiGetCall& call);
+
     virtual bool Handle(HttpOutput& output,
                         HttpMethod method,
                         const UriComponents& uri,