complex macros with ;
This commit is contained in:
@@ -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
|
||||
//! \{
|
||||
|
||||
Reference in New Issue
Block a user