complex macros with ;
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
template<typename T = PIByteArray>
|
||||
class PIGrabberBase: public PIThread
|
||||
{
|
||||
PIOBJECT_SUBCLASS(PIGrabberBase, PIThread)
|
||||
PIOBJECT_SUBCLASS(PIGrabberBase, PIThread);
|
||||
public:
|
||||
PIGrabberBase() {
|
||||
is_opened = false;
|
||||
@@ -130,9 +130,9 @@ public:
|
||||
close();
|
||||
}
|
||||
|
||||
EVENT(dataReady)
|
||||
EVENT(opened)
|
||||
EVENT(closed)
|
||||
EVENT(dataReady);
|
||||
EVENT(opened);
|
||||
EVENT(closed);
|
||||
|
||||
protected:
|
||||
virtual void init() {}
|
||||
|
||||
Reference in New Issue
Block a user