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: Abstract_Timer_Queue.h 95368 2011-12-19 13:38:49Z mcorino $
|
||||
|
||||
#ifndef ACE_ABSTRACT_TIMER_QUEUE_H
|
||||
#define ACE_ABSTRACT_TIMER_QUEUE_H
|
||||
|
||||
|
|
@ -11,8 +13,6 @@
|
|||
* 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.
|
||||
* @a the_timeout should be a pointer to storage for the timeout value,
|
||||
* <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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue