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

@@ -38,7 +38,7 @@ class
class PIP_EXPORT PIEthernet: public PIIODevice
{
PIIODEVICE(PIEthernet, "eth")
PIIODEVICE(PIEthernet, "eth");
friend class PIPeer;
public:
@@ -317,9 +317,9 @@ public:
int socket() const {return sock;}
EVENT1(newConnection, PIEthernet * , client)
EVENT0(connected)
EVENT1(disconnected, bool, withError)
EVENT1(newConnection, PIEthernet * , client);
EVENT0(connected);
EVENT1(disconnected, bool, withError);
//! Flags of network interface