summaryrefslogtreecommitdiff
path: root/ace/Event_Handler_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler_T.cpp')
-rw-r--r--ace/Event_Handler_T.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Event_Handler_T.cpp b/ace/Event_Handler_T.cpp
index f0efd27b43f..be894914570 100644
--- a/ace/Event_Handler_T.cpp
+++ b/ace/Event_Handler_T.cpp
@@ -23,7 +23,9 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Event_Handler_T)
template <class T> void
ACE_Event_Handler_T<T>::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Event_Handler_T<T>::dump");
+#endif /* ACE_HAS_DUMP */
}
template<class T>