mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// $Id: Timer_Queue_T.cpp 97644 2014-03-07 11:59:51Z johnnyw $
|
||||
|
||||
#ifndef ACE_TIMER_QUEUE_T_CPP
|
||||
#define ACE_TIMER_QUEUE_T_CPP
|
||||
|
||||
|
|
@ -411,9 +413,11 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK, TIME_POLICY>::dispatch_info_i (const
|
|||
if (this->is_empty ())
|
||||
return 0;
|
||||
|
||||
ACE_Timer_Node_T<TYPE> *expired = 0;
|
||||
|
||||
if (this->earliest_time () <= cur_time)
|
||||
{
|
||||
ACE_Timer_Node_T<TYPE> *expired = this->remove_first ();
|
||||
expired = this->remove_first ();
|
||||
|
||||
// Get the dispatch info
|
||||
expired->get_dispatch_info (info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue