|
OmniEvents
|
Allows only events of a certain CORBA RepositoryId to pass. More...
#include <Filter.h>


Public Member Functions | |
| FilterByRepositoryId (const char *rid) | |
| virtual | ~FilterByRepositoryId () |
| bool | keep (const CORBA::Any &event) const |
| Returns TRUE if the event passes the filter and FALSE if the event should be discarded. More... | |
| void | output (ostream &os) const |
Public Member Functions inherited from OmniEvents::Filter | |
| Filter () | |
| virtual | ~Filter () |
Private Attributes | |
| CORBA::RepositoryId_var | _rid |
Allows only events of a certain CORBA RepositoryId to pass.
Only passes events whose type matches exactly.
|
inline |
|
inlinevirtual |
|
virtual |
Returns TRUE if the event passes the filter and FALSE if the event should be discarded.
Called by filter() once for each event.
Implements OmniEvents::Filter.
|
inlinevirtual |
Implements OmniEvents::Filter.
|
private |