#include <CEC_TypedConsumerAdmin.h>
Inheritance diagram for TAO_CEC_Propagate_Typed_Event:
Public Member Functions | |
TAO_CEC_Propagate_Typed_Event (const TAO_CEC_TypedEvent &typed_event, TAO_CEC_TypedEventChannel *typed_event_channel) | |
void | work (TAO_CEC_ProxyPushSupplier *supplier) |
Private Attributes | |
const TAO_CEC_TypedEvent | typed_event_ |
The typed event. | |
TAO_CEC_TypedEventChannel * | typed_event_channel_ |
The typed EC. |
|
Definition at line 15 of file CEC_TypedConsumerAdmin.inl.
00018 : typed_event_ (typed_event), 00019 typed_event_channel_ (typed_event_channel) 00020 { 00021 } |
|
Implements TAO_ESF_Worker< TAO_CEC_ProxyPushSupplier >. Definition at line 108 of file CEC_TypedConsumerAdmin.cpp.
00109 { 00110 supplier->invoke (this->typed_event_); 00111 } |
|
The typed event.
Definition at line 103 of file CEC_TypedConsumerAdmin.h. |
|
The typed EC.
Definition at line 106 of file CEC_TypedConsumerAdmin.h. |