comparison 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
comparison
equal deleted inserted replaced
210:96b7918a6a18 211:b7aea293b965
43 { 43 {
44 private: 44 private:
45 HttpOutput& output_; 45 HttpOutput& output_;
46 bool existingResource_; 46 bool existingResource_;
47 47
48 void CheckStatus();
49
48 public: 50 public:
49 RestApiOutput(HttpOutput& output); 51 RestApiOutput(HttpOutput& output);
50 52
51 ~RestApiOutput(); 53 ~RestApiOutput();
52 54