mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
6
deps/acelite/ace/Abstract_Timer_Queue.h
vendored
6
deps/acelite/ace/Abstract_Timer_Queue.h
vendored
@@ -1,5 +1,3 @@
|
||||
//$Id: Abstract_Timer_Queue.h 95368 2011-12-19 13:38:49Z mcorino $
|
||||
|
||||
#ifndef ACE_ABSTRACT_TIMER_QUEUE_H
|
||||
#define ACE_ABSTRACT_TIMER_QUEUE_H
|
||||
|
||||
@@ -13,6 +11,8 @@
|
||||
* Brunsch, Irfan Pyarali and a cast of thousands.
|
||||
*/
|
||||
|
||||
#include "ace/Versioned_Namespace.h"
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
// Forward declares
|
||||
@@ -184,7 +184,7 @@ public:
|
||||
/**
|
||||
* Determine the next event to timeout. Returns @a max if there are
|
||||
* no pending timers or if all pending timers are longer than max.
|
||||
* <the_timeout> should be a pointer to storage for the timeout value,
|
||||
* @a the_timeout should be a pointer to storage for the timeout value,
|
||||
* and this value is also returned. This method does not acquire a
|
||||
* lock internally since it doesn't modify internal state. If you
|
||||
* need to call this method when the queue is being modified
|
||||
|
||||
Reference in New Issue
Block a user