mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +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_Iterator.h 96333 2012-11-23 08:08:31Z johnnyw $
|
||||
|
||||
#ifndef ACE_TIMER_QUEUE_ITERATOR_H
|
||||
#define ACE_TIMER_QUEUE_ITERATOR_H
|
||||
|
||||
|
|
@ -17,6 +19,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|||
* @class ACE_Timer_Node_Dispatch_Info_T
|
||||
*
|
||||
* @brief Maintains generated dispatch information for Timer nodes.
|
||||
*
|
||||
*/
|
||||
template <class TYPE>
|
||||
class ACE_Timer_Node_Dispatch_Info_T
|
||||
|
|
@ -121,9 +124,6 @@ public:
|
|||
/// Dump the state of an TYPE.
|
||||
void dump (void) const;
|
||||
|
||||
/// Declare the dynamic allocation hooks.
|
||||
ACE_ALLOC_HOOK_DECLARE;
|
||||
|
||||
private:
|
||||
/// Type of object stored in the Queue
|
||||
TYPE type_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue