#include "ace/Event_Handler.h"
#include "ECG_Adapters.h"
#include "ace/SOCK_Dgram_Mcast.h"
Include dependency graph for ECG_Simple_Mcast_EH.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | TAO_ECG_Simple_Mcast_EH |
Simple Event Handler for mcast messages. Listens for messages on a single mcast group. Useful in environments where event traffic is not separated into different groups. Calls handle_input (ACE_SOCK_Dgram_Mcast dgram) on a specified TAO_ECG_Dgram_Handler to inform it about message arrival. More... |