summaryrefslogtreecommitdiff
path: root/ACE/ace/Semaphore.cpp
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-01-30 15:04:29 +0000
committermsmit <msmit@remedy.nl>2009-01-30 15:04:29 +0000
commitbc04f4623906456dda5c5d0223e4d2a7458692f2 (patch)
tree5ef0e62bd4358440a82a0df6ddfb5003506bb94a /ACE/ace/Semaphore.cpp
parent2f8e3a3831d1b99157c77deda5277109bce19836 (diff)
downloadATCD-bc04f4623906456dda5c5d0223e4d2a7458692f2.tar.gz
Fri Jan 30 15:02:08 UTC 2009 Marcel Smit <msmit@remedy.nl>
* ace/Barrier.cpp: * ace/Dynamic_Service_Base.cpp: * ace/Hash_Map_Manager_T.cpp: * ace/Malloc.cpp: * ace/Malloc_T.cpp: * ace/Mutex.cpp: * ace/Pipe.cpp: * ace/Semaphore.cpp: * ace/TSS_T.cpp: Removed some unnecessary ACE_DEBUG statements.
Diffstat (limited to 'ACE/ace/Semaphore.cpp')
-rw-r--r--ACE/ace/Semaphore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Semaphore.cpp b/ACE/ace/Semaphore.cpp
index 06de81756ed..104d2e517f0 100644
--- a/ACE/ace/Semaphore.cpp
+++ b/ACE/ace/Semaphore.cpp
@@ -20,11 +20,13 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Semaphore)
void
ACE_Semaphore::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
// ACE_TRACE ("ACE_Semaphore::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("\n")));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}
ACE_Semaphore::ACE_Semaphore (unsigned int count,