#include <Transport_Timer.h>
Inheritance diagram for TAO_Transport_Timer
Public Methods | |
TAO_Transport_Timer (TAO_Transport *transport) | |
Constructor. More... | |
virtual int | handle_timeout (const ACE_Time_Value ¤t_time, const void *act) |
Receive timeout events from the Reactor and forward them to the TAO_Transport. | |
Private Attributes | |
TAO_Transport* | transport_ |
The Adaptee. |
|
Constructor.
|
|
Receive timeout events from the Reactor and forward them to the TAO_Transport.
Reimplemented from ACE_Event_Handler. |
|
The Adaptee.
|