TAO_CEC_Propagate_Event_Pull Class Reference

#include <CEC_ConsumerAdmin.h>

Inheritance diagram for TAO_CEC_Propagate_Event_Pull:

Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_Propagate_Event_Pull:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_CEC_Propagate_Event_Pull (const CORBA::Any &event)
void work (TAO_CEC_ProxyPullSupplier *supplier)

Private Attributes

CORBA::Any event_
 The event.

Detailed Description

Definition at line 124 of file CEC_ConsumerAdmin.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_CEC_Propagate_Event_Pull::TAO_CEC_Propagate_Event_Pull ( const CORBA::Any &  event  ) 

Definition at line 32 of file CEC_ConsumerAdmin.inl.

00033   :  event_ (event)
00034 {
00035 }


Member Function Documentation

void TAO_CEC_Propagate_Event_Pull::work ( TAO_CEC_ProxyPullSupplier supplier  )  [virtual]

Implements TAO_ESF_Worker< TAO_CEC_ProxyPullSupplier >.

Definition at line 119 of file CEC_ConsumerAdmin.cpp.

References TAO_CEC_ProxyPullSupplier::push().

00120 {
00121   supplier->push (this->event_);
00122 }


Member Data Documentation

CORBA::Any TAO_CEC_Propagate_Event_Pull::event_ [private]

The event.

Definition at line 133 of file CEC_ConsumerAdmin.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:44:59 2010 for TAO_CosEvent by  doxygen 1.4.7