16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 12:29:18 +02:00
This commit is contained in:
milek7
2018-12-09 19:03:02 +01:00
parent f525a77e23
commit 35af6d48d6
6 changed files with 86 additions and 35 deletions

View File

@@ -9,10 +9,13 @@ namespace network
{
asio::io_context io_context;
std::vector<std::shared_ptr<server>> servers;
//std::shared_ptr<client> client;
public:
manager();
void create_server();
void connect();
void poll();
};
}