summaryrefslogtreecommitdiff
path: root/TAO/tao/POA.cpp
diff options
context:
space:
mode:
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.