Files
TrinityCore/dep/ACE_wrappers/ace/Timeprobe.cpp
maximius e585187b24 *Backed out changeset 3be01fb200a5
--HG--
branch : trunk
2009-10-17 15:51:44 -07:00

17 lines
362 B
C++

// $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 */