#include <EC_Gateway_UDP.h>
Inheritance diagram for TAO_ECG_UDP_TH
Public Methods | |
TAO_ECG_UDP_TH (TAO_ECG_UDP_Receiver *recv) | |
virtual int | handle_timeout (const ACE_Time_Value& tv, const void* act) |
Private Attributes | |
TAO_ECG_UDP_Receiver* | receiver_ |
We callback to this object when a message arrives. |
This object receives timer events from the reactor and forwards them to the UDP_Receiver; which uses those events to expire old messages that did not receive all their fragments.
|
|
|
Reimplemented from ACE_Event_Handler. |
|
We callback to this object when a message arrives.
|