#include <Transport_Timer.h>
Inheritance diagram for TAO_Transport_Timer:


Public Member Functions | |
| TAO_Transport_Timer (TAO_Transport *transport) | |
| Constructor. | |
| virtual int | handle_timeout (const ACE_Time_Value ¤t_time, const void *act) |
Private Attributes | |
| TAO_Transport * | transport_ |
| The Adaptee. | |
Definition at line 39 of file Transport_Timer.h.
|
|
Constructor.
Definition at line 12 of file Transport_Timer.cpp.
00013 : transport_ (transport) 00014 { 00015 } |
|
||||||||||||
|
Receive timeout events from the Reactor and forward them to the TAO_Transport Reimplemented from ACE_Event_Handler. Definition at line 18 of file Transport_Timer.cpp. References TAO_Transport::handle_timeout().
00020 {
00021 return this->transport_->handle_timeout (current_time, act);
00022 }
|
|
|
The Adaptee.
Definition at line 54 of file Transport_Timer.h. |
1.3.6