summaryrefslogtreecommitdiff
path: root/ace/OS_Log_Msg_Attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_Log_Msg_Attributes.h')
-rw-r--r--ace/OS_Log_Msg_Attributes.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/ace/OS_Log_Msg_Attributes.h b/ace/OS_Log_Msg_Attributes.h
index f86011147ea..5da968d0ba7 100644
--- a/ace/OS_Log_Msg_Attributes.h
+++ b/ace/OS_Log_Msg_Attributes.h
@@ -24,13 +24,18 @@
#include "ace/os_include/os_stdio.h"
#include "ace/iosfwd.h"
-/// The attributes required by ACE_Log_Msg.
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
+ * @class ACE_OS_Log_Msg_Attributes
+ *
+ * @brief The attributes required by ACE_Log_Msg.
+ *
* When a new thread is created the TSS resources for the Log_Msg
* class in the new thread may be inherited by the creator thread.
* The base_attributes are encapsulated in this class to simplify their
* manipulation and destruction.
- *
+ * @par
* The contents of the class must be made available to the OS layer,
* because they are part of the thread descriptor.
*/
@@ -71,6 +76,8 @@ private:
ACE_OS_Log_Msg_Attributes &operator= (const ACE_OS_Log_Msg_Attributes &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
# if defined (ACE_HAS_INLINED_OSCALLS)
# if defined (ACE_INLINE)
# undef ACE_INLINE