summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg_IPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Log_Msg_IPC.h')
-rw-r--r--ACE/ace/Log_Msg_IPC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Log_Msg_IPC.h b/ACE/ace/Log_Msg_IPC.h
index 8761df6ace2..1dad164bdc7 100644
--- a/ACE/ace/Log_Msg_IPC.h
+++ b/ACE/ace/Log_Msg_IPC.h
@@ -69,6 +69,8 @@ public:
virtual int close (void);
virtual ssize_t log (ACE_Log_Record &log_record);
+ ACE_ALLOC_HOOK_DECLARE;
+
private:
ACE_LOG_MSG_IPC_STREAM message_queue_;
};