PIIODevice remove init

picloud dispatcher fix
This commit is contained in:
2022-10-23 19:22:36 +03:00
parent 359c7816bc
commit 638f0e0181
8 changed files with 12 additions and 54 deletions

View File

@@ -477,7 +477,7 @@ protected:
virtual void received(const void * data, int size) {;}
void construct();
bool init() override;
bool init();
bool openDevice() override;
bool closeDevice() override;
void closeSocket(int & sd);