summaryrefslogtreecommitdiff
path: root/ace/FIFO_Send_Msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FIFO_Send_Msg.cpp')
-rw-r--r--ace/FIFO_Send_Msg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FIFO_Send_Msg.cpp b/ace/FIFO_Send_Msg.cpp
index 08555248f88..bddba5baf38 100644
--- a/ace/FIFO_Send_Msg.cpp
+++ b/ace/FIFO_Send_Msg.cpp
@@ -14,8 +14,10 @@ ACE_ALLOC_HOOK_DEFINE(ACE_FIFO_Send_Msg)
void
ACE_FIFO_Send_Msg::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_FIFO_Send_Msg::dump");
ACE_FIFO_Send::dump ();
+#endif /* ACE_HAS_DUMP */
}
ssize_t