complex macros with ;
This commit is contained in:
@@ -33,7 +33,7 @@ typedef bool (*PacketExtractorCheckFunc)(void * , uchar * , uchar * , int );
|
||||
|
||||
class PIP_EXPORT PIPacketExtractor: public PIIODevice
|
||||
{
|
||||
PIIODEVICE(PIPacketExtractor, "pckext")
|
||||
PIIODEVICE(PIPacketExtractor, "pckext");
|
||||
friend class PIConnection;
|
||||
public:
|
||||
|
||||
@@ -127,7 +127,7 @@ public:
|
||||
//! Add data to extractor, raise \a packetReceived() if packet is ready
|
||||
void appendData(const PIByteArray & data) {appendData(data.data(), data.size_s());}
|
||||
|
||||
EVENT2(packetReceived, uchar * , data, int, size)
|
||||
EVENT2(packetReceived, uchar * , data, int, size);
|
||||
|
||||
//! \events
|
||||
//! \{
|
||||
|
||||
Reference in New Issue
Block a user