mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04: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_Adapters.cpp 97493 2013-12-31 07:45:27Z johnnyw $
|
||||
|
||||
#ifndef ACE_TIMER_QUEUE_ADAPTERS_CPP
|
||||
#define ACE_TIMER_QUEUE_ADAPTERS_CPP
|
||||
|
||||
|
|
@ -159,7 +161,7 @@ ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::ACE_Thread_Timer_Queue_Adapter (ACE_Th
|
|||
: ACE_Task_Base (tm),
|
||||
timer_queue_(timer_queue),
|
||||
delete_timer_queue_(false),
|
||||
condition_ (mutex_, cond_attr_),
|
||||
condition_ (mutex_),
|
||||
active_ (true), // Assume that we start in active mode.
|
||||
thr_id_ (ACE_OS::NULL_thread)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue