git-svn-id: svn://db.shs.com.ru/pip@649 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2018-10-17 12:55:40 +00:00
parent 74a0743045
commit b8db3b5010
5 changed files with 19 additions and 11 deletions

View File

@@ -125,6 +125,9 @@ protected:
//! Called when packet received
virtual void received(PIByteArray data) {}
//! Called when addresses are changed
virtual void addressesChanged() {}
private:
EVENT_HANDLER2(void, mcastRead, uchar * , data, int, size);
void destroyAll();