complex macros with ;
This commit is contained in:
@@ -29,12 +29,12 @@ namespace CDUtils {
|
||||
|
||||
class CD_CORE_EXPORT XInterface: public Interface
|
||||
{
|
||||
PIOBJECT_SUBCLASS(XInterface, Interface)
|
||||
PIOBJECT_SUBCLASS(XInterface, Interface);
|
||||
public:
|
||||
XInterface();
|
||||
|
||||
EVENT1(keepNamesRequest, bool*, xn)
|
||||
EVENT1(receivedX, PIVector<PIDeque<int> >, pathes)
|
||||
EVENT1(keepNamesRequest, bool*, xn);
|
||||
EVENT1(receivedX, PIVector<PIDeque<int> >, pathes);
|
||||
|
||||
void enable(const CDType & x) {setEnabled(x, true);}
|
||||
void disable(const CDType & x) {setEnabled(x, false);}
|
||||
|
||||
Reference in New Issue
Block a user