TAO_RTEvent
2.1.2
|
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).
|
virtual |
|
pure virtual |
Implemented in TAO_ECG_Mcast_EH, TAO_ECG_UDP_EH, and TAO_ECG_Simple_Mcast_EH.