blob: b59ed47a08eac742a94e819527a5f2c83d13f7af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// $Id$
#ifndef TAO_TIMEPROBE_H
#define TAO_TIMEPROBE_H
// Please see ace/Timeprobe.h for details on these #defines.
//#define ACE_ENABLE_TIMEPROBES
//#define ACE_MT_TIMEPROBES
//#define ACE_TSS_TIMEPROBES
#include "ace/Timeprobe.h"
#endif /* TAO_TIMEPROBE_H */
|