summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue.cpp
blob: f3cf230e6e8c8e1270677bed722544b2cd2a43a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "ace/Containers.h"
#include "ace/Timer_Queue.h"
#include "ace/Synch_Traits.h"
#include "ace/Recursive_Thread_Mutex.h"

ACE_RCSID(ace, Timer_Queue, "$Id$")

#if defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
#include "ace/Timer_Hash.h"
#include "ace/Timer_Queue_T.cpp"
#endif /* ACE_HAS_BROKEN_HPUX_TEMPLATES */