diff options
Diffstat (limited to 'ace/Time_Request_Reply.cpp')
-rw-r--r-- | ace/Time_Request_Reply.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Time_Request_Reply.cpp b/ace/Time_Request_Reply.cpp index 689099f92dc..82499afdc87 100644 --- a/ace/Time_Request_Reply.cpp +++ b/ace/Time_Request_Reply.cpp @@ -157,6 +157,7 @@ ACE_Time_Request::decode (void) void ACE_Time_Request::dump (void) const { +#if defined (ACE_HAS_DUMP) ACE_TRACE ("ACE_Time_Request::dump"); ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("*******\nlength = %d\n"), this->size ())); @@ -185,4 +186,5 @@ ACE_Time_Request::dump (void) const ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("*******\ntime = %d\n"), this->time ())); ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("+++++++\n"))); +#endif /* ACE_HAS_DUMP */ } |