mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
2
deps/acelite/ace/Timer_Queue_Adapters.cpp
vendored
2
deps/acelite/ace/Timer_Queue_Adapters.cpp
vendored
@@ -159,7 +159,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_),
|
||||
condition_ (mutex_, cond_attr_),
|
||||
active_ (true), // Assume that we start in active mode.
|
||||
thr_id_ (ACE_OS::NULL_thread)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user