#include "orbsvcs/RtecUDPAdminC.h"
#include "ace/Refcounted_Auto_Ptr.h"
Include dependency graph for ECG_Adapters.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TAO_ECG_Handler_Shutdown |
Interface that should be implemented by multicast and udp handlers in EC gateways, so the handlers can be notified of shutdown (usually by Event Receivers). More... | |
class | TAO_ECG_Dgram_Handler |
Interface used by mcast/udp handlers to notify interested components (usually Event Receivers) that there is data available on the dgram for reading, and to query them about event type to mcast group mappings. More... | |
Typedefs | |
typedef ACE_Refcounted_Auto_Ptr< TAO_ECG_Handler_Shutdown, ACE_Null_Mutex > | TAO_ECG_Refcounted_Handler |
Variables | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL class | ACE_SOCK_Dgram |
Definition in file ECG_Adapters.h.
|
Definition at line 74 of file ECG_Adapters.h. Referenced by TAO_ECG_Mcast_Gateway::init_handler(), TAO_ECG_Mcast_Gateway::run(), TAO_ECG_UDP_Receiver::set_handler_shutdown(), and TAO_ECG_UDP_Receiver::shutdown(). |
|
Definition at line 30 of file ECG_Adapters.h. |