summaryrefslogtreecommitdiff
path: root/TAO/tao/POA.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 06:46:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 06:46:22 +0000
commit80ff068d89c5591917c8080a883daf3ed8beb56d (patch)
tree80bb0a00c4c0c866b525d62f4241b3b946283a90 /TAO/tao/POA.cpp
parentabf4a021b41b676e1251240bdebe0951e0b4f136 (diff)
downloadATCD-80ff068d89c5591917c8080a883daf3ed8beb56d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/POA.cpp')
-rw-r--r--TAO/tao/POA.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/POA.cpp b/TAO/tao/POA.cpp
index 8e051d2668b..234b511cf5b 100644
--- a/TAO/tao/POA.cpp
+++ b/TAO/tao/POA.cpp
@@ -40,6 +40,7 @@ static const char *TAO_POA_Timeprobe_Description[] =
enum
{
+ // Timeprobe description table start key
TAO_POA_LOCATE_POA_I_START = 200,
TAO_POA_LOCATE_POA_I_END,
@@ -59,11 +60,11 @@ enum
TAO_SERVANT_DISPATCH_END
};
-#endif /* ACE_ENABLE_TIMEPROBES */
-
// Setup Timeprobes
ACE_TIMEPROBE_EVENT_DESCRIPTIONS (TAO_POA_Timeprobe_Description,
- TAO_POA_LOCATE_POA_I_START)
+ TAO_POA_LOCATE_POA_I_START);
+
+#endif /* ACE_ENABLE_TIMEPROBES */
// This is the maximum space require to convert the ulong into a
// string.