diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 17:12:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 17:12:13 +0000 |
commit | 2a49344639ea19579fe4160c21d44a8a9f3dbfc7 (patch) | |
tree | c5c3cb65e2cbfb8db657bf43e49c13e5ad4ba6fb /netsvcs | |
parent | 8d2bb7381f12d46e4d4cbbb099bbd71199bbaece (diff) | |
download | ATCD-2a49344639ea19579fe4160c21d44a8a9f3dbfc7.tar.gz |
*** empty log message ***
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Log_Message_Receiver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsvcs/lib/Log_Message_Receiver.h b/netsvcs/lib/Log_Message_Receiver.h index 20ce767c276..0dcbb98e68e 100644 --- a/netsvcs/lib/Log_Message_Receiver.h +++ b/netsvcs/lib/Log_Message_Receiver.h @@ -89,6 +89,7 @@ class Static_Log_Message_Receiver // = DESCRIPTION // This class contains a static log_record member function that // prints the content of log_records on stderr. +{ public: static void log_record(const char *hostname, ACE_Log_Record &record); |