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, 2 insertions, 9 deletions
diff --git a/ace/OS_Log_Msg_Attributes.h b/ace/OS_Log_Msg_Attributes.h
index 5da968d0ba7..f86011147ea 100644
--- a/ace/OS_Log_Msg_Attributes.h
+++ b/ace/OS_Log_Msg_Attributes.h
@@ -24,18 +24,13 @@
#include "ace/os_include/os_stdio.h"
#include "ace/iosfwd.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
+/// The attributes required by ACE_Log_Msg.
/**
- * @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.
*/
@@ -76,8 +71,6 @@ 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