summaryrefslogtreecommitdiff
path: root/ace/Log_Msg_Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg_Callback.h')
-rw-r--r--ace/Log_Msg_Callback.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Log_Msg_Callback.h b/ace/Log_Msg_Callback.h
index 4de1b85bb8a..2d3af46a1b3 100644
--- a/ace/Log_Msg_Callback.h
+++ b/ace/Log_Msg_Callback.h
@@ -20,6 +20,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Log_Record;
/**
@@ -47,7 +49,7 @@ class ACE_Log_Record;
* is spawned because it might have been allocated off of the
* stack of the original thread, in which case all hell would
* break loose... Therefore, you'll need to reset these in each
- * new thread.
+ * new thread.
*/
class ACE_Export ACE_Log_Msg_Callback
{
@@ -61,5 +63,7 @@ public:
virtual void log (ACE_Log_Record &log_record) = 0;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_LOG_MSG_CALLBACK_H */