transfers patch

This commit is contained in:
2021-06-14 16:17:05 +03:00
parent d5823428a1
commit 229e237b2b
7 changed files with 72 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ private:
virtual void receivePart(Part fi, PIByteArray ba, PIByteArray pheader);
virtual PIByteArray buildPacket(Part fi);
virtual PIByteArray customHeader();
EVENT_HANDLER(void, receive_started);
virtual void beginReceive();
EVENT_HANDLER1(void, send_finished, bool, ok);
EVENT_HANDLER1(void, receive_finished, bool, ok);
};