summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 19:22:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 19:22:35 +0000
commitd8e92a620a47602056e69777d6273675b96f6d29 (patch)
treede42c1552983f05f4c3bb89d7840ad64653e543b /ace/Log_Msg.h
parent1c8386a2a516deb17e1ca8865d9665fd2f618806 (diff)
downloadATCD-d8e92a620a47602056e69777d6273675b96f6d29.tar.gz
ChangeLogTag:Thu Sep 2 12:21:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 8d4c85c6c75..74ff91599ec 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -280,11 +280,12 @@ public:
void msg_ostream (ACE_OSTREAM_TYPE *);
ACE_OSTREAM_TYPE *msg_ostream (void) const;
- // Set/Get the ostream that is used to print error messages.
+ // Get the ostream that is used to print error messages.
- void msg_callback (ACE_Log_Msg_Callback *c);
+ ACE_Log_Msg_Callback *msg_callback (ACE_Log_Msg_Callback *c);
ACE_Log_Msg_Callback *msg_callback (void) const;
- // Set/Get the callback object.
+ // Set a new callback object and return the existing callback to
+ // allow "chaining".
// = Nesting depth increment and decrement.
int inc (void);