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

#include "ace/Timer_List.h"
#include "ace/Synch_Traits.h"
#include "ace/Recursive_Thread_Mutex.h"

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

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