diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-09 02:48:26 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-09 02:48:26 +0000 |
commit | b1b7ec35251e5237ad8265bbdbbffc0385c5b44d (patch) | |
tree | e161aa9c3a1bdcde38c616b59da5bb58ae02abde | |
parent | 93ab4ce68daeb917cd9cc6bdb1c826a403e072a2 (diff) | |
download | ATCD-b1b7ec35251e5237ad8265bbdbbffc0385c5b44d.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/tao/Timeprobe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Timeprobe.h b/TAO/tao/Timeprobe.h index 1d8173a5f8e..c0ff43534c3 100644 --- a/TAO/tao/Timeprobe.h +++ b/TAO/tao/Timeprobe.h @@ -5,7 +5,7 @@ // Please see ace/Timeprobe.h for details on these #defines. -#define ACE_ENABLE_TIMEPROBES +//#define ACE_ENABLE_TIMEPROBES //#define ACE_MT_TIMEPROBES //#define ACE_TSS_TIMEPROBES @@ -13,7 +13,7 @@ // The macro for turning off all timeprobes except // the ones that are pertinent to pluggable protocols. -#define TAO_SELECT_PP_TIMEPROBES +//#define TAO_SELECT_PP_TIMEPROBES #if defined (ACE_ENABLE_TIMEPROBES) # define TAO_PP_TIMEPROBE(id) ACE_TIMEPROBE_SINGLETON::instance ()->timeprobe (id) |