summaryrefslogtreecommitdiff
path: root/ace/FILE_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE_IO.cpp')
-rw-r--r--ace/FILE_IO.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FILE_IO.cpp b/ace/FILE_IO.cpp
index 3ae1137bd71..366ffde711a 100644
--- a/ace/FILE_IO.cpp
+++ b/ace/FILE_IO.cpp
@@ -15,11 +15,13 @@ ACE_ALLOC_HOOK_DEFINE(ACE_FILE_IO)
void
ACE_FILE_IO::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_FILE_IO::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
this->addr_.dump ();
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}
// Simple-minded do nothing constructor.