diff options
Diffstat (limited to 'ace/SV_Semaphore_Complex.cpp')
-rw-r--r-- | ace/SV_Semaphore_Complex.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SV_Semaphore_Complex.cpp b/ace/SV_Semaphore_Complex.cpp index 626d91bb4b8..f8a3cdb504d 100644 --- a/ace/SV_Semaphore_Complex.cpp +++ b/ace/SV_Semaphore_Complex.cpp @@ -16,7 +16,9 @@ ACE_ALLOC_HOOK_DEFINE(ACE_SV_Semaphore_Complex) void ACE_SV_Semaphore_Complex::dump (void) const { +#if defined (ACE_HAS_DUMP) ACE_TRACE ("ACE_SV_Semaphore_Complex::dump"); +#endif /* ACE_HAS_DUMP */ } // initial value of process |