diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 22:18:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 22:18:20 +0000 |
commit | a49e3186a2ad7b0d7008555cda6df0f0e9f9f92a (patch) | |
tree | 37f0c3a10b7f07687c10580af71e1dff9ccb66e0 /ace/Log_Msg.h | |
parent | 62229790f0214ca4290039194bb4ac337ad0920e (diff) | |
download | ATCD-a49e3186a2ad7b0d7008555cda6df0f0e9f9f92a.tar.gz |
added ACE_Log_Message dtor and ::atexit () registration: see ChangeLog for description
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index bbf547e66af..2b4373624d2 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -129,6 +129,8 @@ public: ACE_Log_Msg (void); // Initialize logger. + ~ACE_Log_Msg (void); + int open (const char *prog_name, u_long options_flags = ACE_Log_Msg::STDERR, LPCTSTR logger_key = 0); |