summaryrefslogtreecommitdiff
path: root/ace/Atomic_Op_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Atomic_Op_T.h')
-rw-r--r--ace/Atomic_Op_T.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Atomic_Op_T.h b/ace/Atomic_Op_T.h
index 89703186356..b87c1db1d4c 100644
--- a/ace/Atomic_Op_T.h
+++ b/ace/Atomic_Op_T.h
@@ -20,8 +20,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Atomic_Op_Ex
*
@@ -112,7 +110,7 @@ public:
* Returns a reference to the underlying <ACE_LOCK>. This makes it
* possible to acquire the lock explicitly, which can be useful in
* some cases if you instantiate the <ACE_Atomic_Op_Ex> with an
- * <ACE_Recursive_Mutex> or <ACE_Process_Mutex>. @note the right
+ * <ACE_Recursive_Mutex> or <ACE_Process_Mutex>. NOTE: the right
* name would be lock_, but HP/C++ will choke on that!
*/
ACE_LOCK &mutex (void);
@@ -236,7 +234,6 @@ private:
ACE_Atomic_Op_Ex <ACE_LOCK, TYPE> impl_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
#include "ace/Atomic_Op_T.inl"