rename some function names in Reply

This commit is contained in:
Dennis Luxen 2014-06-09 17:57:35 +02:00
parent 56cdabff6a
commit ea05aa225e

View File

@ -56,11 +56,11 @@ class Reply
internalServerError = 500 } status; internalServerError = 500 } status;
std::vector<Header> headers; std::vector<Header> headers;
std::vector<boost::asio::const_buffer> toBuffers(); std::vector<boost::asio::const_buffer> ToBuffers();
std::vector<boost::asio::const_buffer> HeaderstoBuffers(); std::vector<boost::asio::const_buffer> HeaderstoBuffers();
std::vector<char> content; std::vector<char> content;
static Reply StockReply(status_type status); static Reply StockReply(status_type status);
void setSize(const unsigned size); void SetSize(const unsigned size);
void SetUncompressedSize(); void SetUncompressedSize();
Reply(); Reply();