diff options
Diffstat (limited to 'ace/LSOCK_CODgram.cpp')
-rw-r--r-- | ace/LSOCK_CODgram.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/LSOCK_CODgram.cpp b/ace/LSOCK_CODgram.cpp index 759bbb42cff..42f2c9eb324 100644 --- a/ace/LSOCK_CODgram.cpp +++ b/ace/LSOCK_CODgram.cpp @@ -17,12 +17,14 @@ ACE_ALLOC_HOOK_DEFINE(ACE_LSOCK_CODgram) void ACE_LSOCK_CODgram::dump (void) const { +#if defined (ACE_HAS_DUMP) ACE_TRACE ("ACE_LSOCK_CODgram::dump"); ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this)); ACE_SOCK_CODgram::dump (); ACE_LSOCK::dump (); ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP)); +#endif /* ACE_HAS_DUMP */ } /* Here's the general-purpose open routine. */ |