50 #ifndef _ANCHOREVENT_H_
51 #define _ANCHOREVENT_H_
53 #include "ncl/interfaces/ContentAnchor.h"
54 using namespace ::br::pucrio::telemidia::ncl::interfaces;
56 #include "FormatterEvent.h"
70 ContentAnchor* anchor;
75 void* executionObject,
76 ContentAnchor* anchor);
80 ContentAnchor* getAnchor();
81 virtual bool start() {
return FormatterEvent::start();};
82 virtual bool stop() {
return FormatterEvent::stop();};
92 #endif //_ANCHOREVENT_H_
Definition: AnchorEvent.h:68
Definition: FormatterEvent.h:72