List of all members.
Detailed Description
timeout handler inner class derived from ACE_Event_Handler Handler hides the ACE alarms/timers.
Constructor & Destructor Documentation
TimerImpl::Handler::Handler |
( |
acstime::TimeoutHandler_ptr |
callBack, |
|
|
bool |
oneShotFlag | |
|
) |
| | |
Constructor
- Parameters:
-
| callBack | The callback object. |
| oneShotFlag | Set to true only if the alarm/timer should only be invoked once. |
virtual TimerImpl::Handler::~Handler |
( |
|
) |
[virtual] |
Member Function Documentation
int TimerImpl::Handler::handle_timeout |
( |
const ACE_Time_Value & |
, |
|
|
const void * |
| |
|
) |
| | |
Invokes the real timeout method on the TimeoutHandler object.
- Parameters:
-
| current | time |
| who | knows???
|
Member Data Documentation
The callback handler object.
Indicates whether this is a continuous alarm/timer or not.
The documentation for this class was generated from the following file: