diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-27 20:48:28 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-27 20:48:28 +0000 |
commit | 41ca832cf1f94eff93d38e0a67124b7a2d915a84 (patch) | |
tree | 41ca1b5df67921f46f3cb4b73434c76c82006d06 /ace/Time_Request_Reply.cpp | |
parent | 4879ded451b9dcd1a5e85d9e0e4bbd4fd634fecc (diff) | |
download | ATCD-41ca832cf1f94eff93d38e0a67124b7a2d915a84.tar.gz |
ChangeLogTag:Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
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 */ } |