2 #ifndef _EVENTCONSUMER_I_H_
3 #define _EVENTCONSUMER_I_H_
5 #include "orbsvcs/CosNotifyCommS.h"
7 class StructuredEventConsumer_i
:
8 public virtual POA_CosNotifyComm::StructuredPushConsumer
11 StructuredEventConsumer_i(CORBA::ORB_ptr orb
);
13 virtual void push_structured_event(
14 const CosNotification::StructuredEvent
¬ification
17 virtual void offer_change (
18 const CosNotification::EventTypeSeq
& added
,
19 const CosNotification::EventTypeSeq
& removed
22 virtual void disconnect_structured_push_consumer();