summaryrefslogtreecommitdiff
path: root/ace/TSS_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TSS_T.h')
-rw-r--r--ace/TSS_T.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/TSS_T.h b/ace/TSS_T.h
index 6c8c7b99847..537a89cc15a 100644
--- a/ace/TSS_T.h
+++ b/ace/TSS_T.h
@@ -37,8 +37,6 @@
#include "ace/Thread_Mutex.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_TSS
*
@@ -51,7 +49,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* shield applications from the details of accessing
* thread-specific storage.
*
- * @note For maximal portability, <TYPE> cannot be a built-in type,
+ * NOTE: For maximal portability, <TYPE> cannot be a built-in type,
* but instead should be a user-defined class (some compilers will
* allow a built-in type, others won't). See template class
* ACE_TSS_Type_Adapter, below, for adapting built-in types to work
@@ -173,8 +171,6 @@ private:
TYPE value_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/TSS_T.inl"
#endif /* __ACE_INLINE__ */