summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 0019994dc89..f799e376504 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -370,6 +370,11 @@ private:
static int msg_off_;
// Offset of msg_[].
+
+ static void close ();
+ // For cleanup, at program termination, by ACE_Object_Manager;
+
+ friend class ACE_Object_Manager;
};
// #if defined (__ACE_INLINE__)