aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/Timeprobe.cpp
blob: b92960415cffd070cb8f5a831b0a88fb70c6968d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id: Timeprobe.cpp 80826 2008-03-04 14:51:23Z wotte $

#include "ace/config-all.h"

ACE_RCSID(ace, Timeprobe, "$Id: Timeprobe.cpp 80826 2008-03-04 14:51:23Z wotte $")

#if defined (ACE_COMPILE_TIMEPROBES)

#include "ace/Timeprobe.h"

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

#endif /* ACE_COMPILE_TIMEPROBES */