complex macros with ;

This commit is contained in:
2022-07-25 11:18:09 +03:00
parent a1b9b7e1d6
commit a4882dc054
49 changed files with 137 additions and 137 deletions

View File

@@ -32,7 +32,7 @@
class PIP_IO_UTILS_EXPORT PIBroadcast: public PIThread, public PIEthUtilBase {
PIOBJECT_SUBCLASS(PIBroadcast, PIThread)
PIOBJECT_SUBCLASS(PIBroadcast, PIThread);
public:
//! %PIBroadcast channels, can be used independently
@@ -114,7 +114,7 @@ public:
//! Send packet
void send(const PIByteArray & data);
EVENT1(receiveEvent, PIByteArray, data)
EVENT1(receiveEvent, PIByteArray, data);
//! \events
//! \{