summaryrefslogtreecommitdiff
path: root/ace/Process_Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process_Mutex.cpp')
-rw-r--r--ace/Process_Mutex.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Process_Mutex.cpp b/ace/Process_Mutex.cpp
index 7e60a9f33db..551887405de 100644
--- a/ace/Process_Mutex.cpp
+++ b/ace/Process_Mutex.cpp
@@ -16,10 +16,12 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Process_Mutex)
void
ACE_Process_Mutex::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
// ACE_TRACE ("ACE_Process_Mutex::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
this->lock_.dump ();
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}
const ACE_TCHAR *