avoid private static function
This commit is contained in:
parent
0167dfc3c9
commit
d316202834
@ -64,7 +64,7 @@ public:
|
|||||||
|
|
||||||
Reply();
|
Reply();
|
||||||
private:
|
private:
|
||||||
static std::string ToString(Reply::status_type status);
|
std::string ToString(Reply::status_type status);
|
||||||
boost::asio::const_buffer ToBuffer(Reply::status_type status);
|
boost::asio::const_buffer ToBuffer(Reply::status_type status);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user