24#ifndef OMNIEVENTS__EVENTQUEUE_H
25#define OMNIEVENTS__EVENTQUEUE_H
74 auto_ptr<Filter> f(filter);
78 inline void append(CORBA::Any* event)
The EventQueue is a circular buffer, that contains _size-1 events.
auto_ptr< Filter > _filter
void setFilter(Filter *filter)
long _next
Always points to the next slot to which an event will be written.
void append(CORBA::Any *event)
int _next
Points to the next event to read.