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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 03ac2050b58..3dc046aed3e 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -122,6 +122,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);