comparison Core/RestApi/RestApiOutput.h @ 473:c9a5d72f8481

changing the namespace of HTTP enumerations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 17:22:13 +0200
parents bdd72233b105
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
472:722b56b99093 473:c9a5d72f8481
72 72
73 void AnswerBuffer(const void* buffer, 73 void AnswerBuffer(const void* buffer,
74 size_t length, 74 size_t length,
75 const std::string& contentType); 75 const std::string& contentType);
76 76
77 void SignalError(Orthanc_HttpStatus status); 77 void SignalError(HttpStatus status);
78 78
79 void Redirect(const std::string& path); 79 void Redirect(const std::string& path);
80 80
81 void SetCookie(const std::string& name, 81 void SetCookie(const std::string& name,
82 const std::string& value, 82 const std::string& value,