summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 20:48:28 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 20:48:28 +0000
commit1f91ef90072d1703e75e519eb40678c55f71f2e4 (patch)
tree41ca1b5df67921f46f3cb4b73434c76c82006d06 /ace/DEV_Addr.cpp
parent3a7046470e4995d08cff64176cb6b97adaf30155 (diff)
downloadATCD-1f91ef90072d1703e75e519eb40678c55f71f2e4.tar.gz
ChangeLogTag:Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/DEV_Addr.cpp')
-rw-r--r--ace/DEV_Addr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/DEV_Addr.cpp b/ace/DEV_Addr.cpp
index 43dde161857..dda2c97f255 100644
--- a/ace/DEV_Addr.cpp
+++ b/ace/DEV_Addr.cpp
@@ -15,11 +15,13 @@ ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Addr)
void
ACE_DEV_Addr::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_DEV_Addr::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("devname_ = %s"), this->devname_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}
// Do nothing constructor.