Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -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_;