summaryrefslogtreecommitdiff
path: root/ACE/ace/Timeprobe.cpp
blob: be7fe698c89e3b1dceea95e13c0ac964597c3b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "ace/config-all.h"

#if defined (ACE_COMPILE_TIMEPROBES)

#include "ace/Timeprobe.h"

#if !defined (__ACE_INLINE__)
#include "ace/Timeprobe.inl"
#endif /* __ACE_INLINE__ */

#endif /* ACE_COMPILE_TIMEPROBES */