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