complex macros with ;

This commit is contained in:
Бычков Андрей
2022-07-25 16:22:16 +03:00
parent 4fe9489484
commit 4d9029babe
9 changed files with 43 additions and 43 deletions

View File

@@ -32,7 +32,7 @@ class CDCore;
class CD_CORE_EXPORT Interface: public PIObject
{
PIOBJECT(CDUtils::Interface)
PIOBJECT(CDUtils::Interface);
public:
Interface(CDType::cdT type_);
@@ -72,11 +72,11 @@ public:
void writeFile();
bool inProgress();
EVENT(sended)
EVENT(sendFailed)
EVENT(received)
EVENT(receiveFailed)
EVENT(changedGlobal)
EVENT(sended);
EVENT(sendFailed);
EVENT(received);
EVENT(receiveFailed);
EVENT(changedGlobal);
EVENT_HANDLER(void, send);
EVENT_HANDLER(void, request);