1 #ifndef _EVENTCONSUMER_I_H_
2 #define _EVENTCONSUMER_I_H_
4 #include "orbsvcs/CosNotifyChannelAdminS.h"
6 class EventSequenceConsumer_i
: public POA_CosNotifyComm::SequencePushConsumer
9 EventSequenceConsumer_i(CORBA::ORB_ptr orb
);
11 virtual void push_structured_events (
12 const CosNotification::EventBatch
& events
15 virtual void offer_change (
16 const CosNotification::EventTypeSeq
& added
,
17 const CosNotification::EventTypeSeq
& removed
20 virtual void disconnect_sequence_push_consumer ();