comparison Core/RestApi/RestApiOutput.h @ 215:c07170f3f4f7

refactoring of access to images in REST
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 11:25:29 +0100
parents b7aea293b965
children e5d5d4a9a326
comparison
equal deleted inserted replaced
214:03817919169b 215:c07170f3f4f7
57 void AnswerJson(const Json::Value& value); 57 void AnswerJson(const Json::Value& value);
58 58
59 void AnswerBuffer(const std::string& buffer, 59 void AnswerBuffer(const std::string& buffer,
60 const std::string& contentType); 60 const std::string& contentType);
61 61
62 void Redirect(const char* path); 62 void Redirect(const std::string& path);
63 }; 63 };
64 } 64 }