version 4.3.2

fix PIKbdListener wheel on Windows
This commit is contained in:
2024-11-02 14:15:09 +03:00
parent 9f1d23ad8e
commit df75efe881
4 changed files with 5 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ public:
void listen(PINetworkAddress addr);
void listenAll(ushort port) { listen({0, port}); }
void stopServer();
void closeAll();
int getMaxClients() const { return max_clients; }
@@ -61,7 +62,6 @@ public:
Config & configuration() { return config; }
private:
void stopServer();
void newClient(ServerClient * c);
void clientDisconnected(ServerClient * c);