diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-31 19:38:41 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-31 19:38:41 +0000 |
commit | 79e0b54575d2d1129d09c1d8ea7e254e7f37ed58 (patch) | |
tree | 4285564ebfc63a9370822752b572136b1e83b56e /ace/Log_Msg.h | |
parent | 9fc41615af40667fee63dae59f9ca8d78dd92cf2 (diff) | |
download | ATCD-79e0b54575d2d1129d09c1d8ea7e254e7f37ed58.tar.gz |
Let ACE_Object_Manager clean up the global ACE_Log_Msg_Manager
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 5 |
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__) |