16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00
This commit is contained in:
milek7
2019-01-01 00:26:11 +01:00
parent 4db460d655
commit 63afece4a6
24 changed files with 563 additions and 297 deletions

View File

@@ -47,7 +47,6 @@ namespace network
class tcp_client : public client
{
private:
std::shared_ptr<tcp_conn> conn;
void handle_accept(const asio::error_code &err);
public: