5 #include "jaws3/Timer_Helpers.h"
8 JAWS_Timer_EH::handle_timeout (const ACE_Time_Value
&, const void *)
10 JAWS_Event_Result
timer_result ( 0
11 , JAWS_Event_Result::JE_OK
12 , JAWS_Event_Result::JE_TIMER_OK
16 this->completer_
->timer_complete (timer_result
, this->act_
);
26 JAWS_Timer_EH::handle_close (ACE_HANDLE
, ACE_Reactor_Mask
)
28 JAWS_Event_Result
timer_result ( 0
29 , JAWS_Event_Result::JE_CANCEL
30 , JAWS_Event_Result::JE_TIMER_CANCEL
33 if (! this->expired_
&& this->completer_
)
34 this->completer_
->timer_complete (timer_result
, this->act_
);