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, 4 insertions, 1 deletions
diff --git a/ace/Atomic_Op_T.h b/ace/Atomic_Op_T.h
index b87c1db1d4c..89703186356 100644
--- a/ace/Atomic_Op_T.h
+++ b/ace/Atomic_Op_T.h
@@ -20,6 +20,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Atomic_Op_Ex
*
@@ -110,7 +112,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);
@@ -234,6 +236,7 @@ private:
ACE_Atomic_Op_Ex <ACE_LOCK, TYPE> impl_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
#include "ace/Atomic_Op_T.inl"