TAO_RTEvent
2.0.7
|
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...
#include <ECG_Adapters.h>
Public Member Functions | |
virtual | ~TAO_ECG_Handler_Shutdown (void) |
virtual int | shutdown (void)=0 |
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).
TAO_ECG_Handler_Shutdown::~TAO_ECG_Handler_Shutdown | ( | void | ) | [virtual] |
virtual int TAO_ECG_Handler_Shutdown::shutdown | ( | void | ) | [pure virtual] |
Implemented in TAO_ECG_Mcast_EH, TAO_ECG_UDP_EH, and TAO_ECG_Simple_Mcast_EH.