summaryrefslogtreecommitdiff
path: root/ace/ARGV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ARGV.cpp')
-rw-r--r--ace/ARGV.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ARGV.cpp b/ace/ARGV.cpp
index ccf88313461..4304b8b3eae 100644
--- a/ace/ARGV.cpp
+++ b/ace/ARGV.cpp
@@ -17,6 +17,7 @@ ACE_ALLOC_HOOK_DEFINE (ACE_ARGV)
void
ACE_ARGV::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_ARGV::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
@@ -33,6 +34,7 @@ ACE_ARGV::dump (void) const
ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\nbuf = %s\n"), this->buf_));
ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\n")));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}
// Creates this->argv_ out of this->buf_. New memory is allocated for