aboutsummaryrefslogtreecommitdiff
path: root/network-handler/client.cpp
AgeCommit message (Collapse)Author
2016-08-29Refactors on_done to done and set_on_done to on_done.Dennis Brentjes
2016-08-29Changes to boost::asio::streambuf for storage of async_receive.Dennis Brentjes
2016-08-29Adds the Acceptor and Client class.Dennis Brentjes
The acceptor combines the endpoint and acceptor to reduce clutter in NetworkHandler class. The client will handle the connection for the network handler for every separate client. The networkhander now has a std::list of Client, to keep track and ownership of all the Clients.