#include <CEC_ConsumerAdmin.h>
Inheritance diagram for TAO_CEC_Propagate_Event_Push:
Public Member Functions | |
TAO_CEC_Propagate_Event_Push (const CORBA::Any &event) | |
void | work (TAO_CEC_ProxyPushSupplier *supplier) |
Private Attributes | |
CORBA::Any | event_ |
The event. |
|
Definition at line 24 of file CEC_ConsumerAdmin.inl.
00025 : event_ (event) 00026 { 00027 } |
|
Implements TAO_ESF_Worker< TAO_CEC_ProxyPushSupplier >. Definition at line 111 of file CEC_ConsumerAdmin.cpp. References TAO_CEC_ProxyPushSupplier::push().
00112 { 00113 supplier->push (this->event_); 00114 } |
|
The event.
Definition at line 119 of file CEC_ConsumerAdmin.h. |