diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-09 02:17:09 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-09 02:17:09 +0000 |
commit | ee5d7b4bc2538d2b9dc412087359e87fbfb5106c (patch) | |
tree | 729d3af2e9130e75d5c0d730237368d9a9e70c15 /TAO/tao/Timeprobe.h | |
parent | c5dea2137c63c65a701b6c977054d797a72323e1 (diff) | |
download | ATCD-ee5d7b4bc2538d2b9dc412087359e87fbfb5106c.tar.gz |
Thu Apr 08 18:45:56 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Timeprobe.h')
-rw-r--r-- | TAO/tao/Timeprobe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Timeprobe.h b/TAO/tao/Timeprobe.h index f2849bb90b4..c0ff43534c3 100644 --- a/TAO/tao/Timeprobe.h +++ b/TAO/tao/Timeprobe.h @@ -16,7 +16,7 @@ //#define TAO_SELECT_PP_TIMEPROBES #if defined (ACE_ENABLE_TIMEPROBES) -# define TAO_PP_TIMEPROBE(id) ACE_TIMEPROBE_SINGLETON::instance ()->timeprobe (id) +# define TAO_PP_TIMEPROBE(id) ACE_TIMEPROBE_SINGLETON::instance ()->timeprobe (id) # define TAO_FUNCTION_PP_TIMEPROBE(X) ACE_Function_Timeprobe<ACE_TIMEPROBE_WITH_LOCKING> function_timeprobe (*ACE_TIMEPROBE_SINGLETON::instance (), X) #else /* ACE_ENABLE_TIMEPROBES */ # define TAO_PP_TIMEPROBE(id) |