diff Core/RestApi/RestApiOutput.h @ 211:b7aea293b965

list of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 09:56:46 +0100
parents 96b7918a6a18
children c07170f3f4f7
line wrap: on
line diff
--- a/Core/RestApi/RestApiOutput.h	Wed Nov 28 18:03:44 2012 +0100
+++ b/Core/RestApi/RestApiOutput.h	Thu Nov 29 09:56:46 2012 +0100
@@ -45,6 +45,8 @@
     HttpOutput& output_;
     bool existingResource_;
 
+    void CheckStatus();
+
   public:
     RestApiOutput(HttpOutput& output);