summaryrefslogtreecommitdiff
path: root/ace/DEV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV.cpp')
-rw-r--r--ace/DEV.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/DEV.cpp b/ace/DEV.cpp
index fce2d15362a..79f70a4e52d 100644
--- a/ace/DEV.cpp
+++ b/ace/DEV.cpp
@@ -17,7 +17,9 @@ ACE_ALLOC_HOOK_DEFINE(ACE_DEV)
void
ACE_DEV::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_DEV::dump");
+#endif /* ACE_HAS_DUMP */
}
// This is the do-nothing constructor.