TAO_EC_TPC_ProxyPushSupplier Class Reference

#include <EC_TPC_ProxySupplier.h>

Inheritance diagram for TAO_EC_TPC_ProxyPushSupplier:

Inheritance graph
[legend]
Collaboration diagram for TAO_EC_TPC_ProxyPushSupplier:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_EC_TPC_ProxyPushSupplier (TAO_EC_Event_Channel_Base *event_channel, int validate_connection)
 Constructor.

virtual ~TAO_EC_TPC_ProxyPushSupplier (void)
 Dtor.


Private Types

typedef TAO_EC_Default_ProxyPushSupplier BASECLASS

Private Member Functions

TAO_EC_TPC_Dispatchingtpc_dispatching ()

Member Typedef Documentation

typedef TAO_EC_Default_ProxyPushSupplier TAO_EC_TPC_ProxyPushSupplier::BASECLASS [private]
 

These are overriden from the base class in order to maintain the map in the dispatcher class.

Definition at line 48 of file EC_TPC_ProxySupplier.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_EC_TPC_ProxyPushSupplier::TAO_EC_TPC_ProxyPushSupplier TAO_EC_Event_Channel_Base event_channel,
int  validate_connection
 

Constructor.

Definition at line 10 of file EC_TPC_ProxySupplier.i.

References ACE_DEBUG, EC_TPC_debug_level, and LM_DEBUG.

00011 : TAO_EC_Default_ProxyPushSupplier (ec, validate_connection)
00012 {
00013   if (EC_TPC_debug_level > 0)        
00014     ACE_DEBUG ((LM_DEBUG, "(%P|%t) EC_TPC_ProxyPushSupplier::CTOR (%@)\n", this));
00015 }

TAO_EC_TPC_ProxyPushSupplier::~TAO_EC_TPC_ProxyPushSupplier void   )  [virtual]
 

Dtor.

Definition at line 18 of file EC_TPC_ProxySupplier.cpp.

00019 {
00020 
00021 }


Member Function Documentation

TAO_EC_TPC_Dispatching * TAO_EC_TPC_ProxyPushSupplier::tpc_dispatching  )  [private]
 

Definition at line 47 of file EC_TPC_ProxySupplier.cpp.

References TAO_EC_Event_Channel_Base::dispatching().

00048 {
00049   TAO_EC_Dispatching* dispatcher = this->event_channel_->dispatching ();
00050 
00051   return dynamic_cast <TAO_EC_TPC_Dispatching*> (dispatcher);
00052 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:15:59 2006 for TAO_RTEvent by doxygen 1.3.6