#include <EC_TPC_ProxySupplier.h>
Inheritance diagram for TAO_EC_TPC_ProxyPushSupplier:
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_Dispatching * | tpc_dispatching () |
|
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.
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 } |
|
Dtor.
Definition at line 18 of file EC_TPC_ProxySupplier.cpp.
00019 { 00020 00021 } |
|
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 } |