1 #ifndef _EVENTCONSUMER_I_H_
2 #define _EVENTCONSUMER_I_H_
4 #include "orbsvcs/CosNotifyCommS.h"
6 class StructuredEventConsumer_i
:
7 public virtual POA_CosNotifyComm::StructuredPushConsumer
10 StructuredEventConsumer_i(CORBA::ORB_ptr orb
);
12 virtual void push_structured_event(
13 const CosNotification::StructuredEvent
¬ification
);
15 virtual void offer_change (
16 const CosNotification::EventTypeSeq
& added
,
17 const CosNotification::EventTypeSeq
& removed
);
19 virtual void disconnect_structured_push_consumer();