cloud fix ... ((

This commit is contained in:
2024-03-25 21:17:05 +03:00
parent 02a9bfb76f
commit 0d585cfebf
5 changed files with 24 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ public:
~DispatcherClient();
void start();
void close();
void stop();
void sendConnected(uint client_id);
void sendDisconnected(uint client_id);
void sendData(const PIByteArray & data);