#include <CORBASource.h>
Inheritance diagram for ot::CORBASource:


Public Member Functions | |
| virtual | ~CORBASource () |
| int | isEventGenerator () |
| void | push () |
| void | setEvent (const OT_CORBA::Event &new_event) |
| void | lock () |
| void | unlock () |
| bool | isModified () |
Public Attributes | |
| Event | event |
| the original event | |
Protected Member Functions | |
| CORBASource () | |
Friends | |
| class | CORBAModule |
|
|
simple constructor, sets members to initial values |
|
|
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
|
|
|
|
|
|
|
pushes event down the line. Needed to access protected updateObservers method in EventGenerator. Note that the implementation of this method is in the file CORBAModule.cxx ! |
|
|
|
|
|
|
|
|
|
|
|
the original event
|
1.4.6