diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-19 17:51:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-19 17:51:53 +0000 |
commit | 7d8d06ef77b759cb7e31e28b6fcf508189f86bf0 (patch) | |
tree | 97c9b3724d0200b088f47e9a560f77fa9dac5e2b /ace/Log_Msg.h | |
parent | ce3373de922e422f87e1650fc27f6d694d912c09 (diff) | |
download | ATCD-7d8d06ef77b759cb7e31e28b6fcf508189f86bf0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 4a4e5a059b3..ae9b7c6e229 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -288,9 +288,9 @@ public: // into the ACE mechanism. int log_hexdump (ACE_Log_Priority log_priority, - char *buffer, + const char *buffer, int size, - char *text = 0); + const char *text = 0); // Method to log hex dump. This is useful for debugging. Calls // <log> to do the actual print, but formats first to make the chars // printable. |