switch to boost::asio

This commit is contained in:
badaix 2019-09-28 21:28:54 +02:00
parent 08d0ce58f2
commit ec3f8d8ad5
16 changed files with 70 additions and 56 deletions

View file

@ -44,7 +44,8 @@ public:
protected:
void do_read();
asio::streambuf streambuf_;
tcp::socket socket_;
boost::asio::streambuf streambuf_;
};