summaryrefslogtreecommitdiff
path: root/ace/Recursive_Thread_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Recursive_Thread_Mutex.h')
-rw-r--r--ace/Recursive_Thread_Mutex.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Recursive_Thread_Mutex.h b/ace/Recursive_Thread_Mutex.h
index e5ad28df15c..3732ff42334 100644
--- a/ace/Recursive_Thread_Mutex.h
+++ b/ace/Recursive_Thread_Mutex.h
@@ -29,8 +29,6 @@
#include "ace/OS_NS_Thread.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Recursive_Thread_Mutex
*
@@ -103,7 +101,7 @@ public:
int tryacquire_write (void);
/**
- * This is only here to make the ACE_Recursive_Thread_Mutex
+ * This is only here to make the <ACE_Recursive_Thread_Mutex>
* interface consistent with the other synchronization APIs.
* Assumes the caller has already acquired the mutex using one of
* the above calls, and returns 0 (success) always.
@@ -160,8 +158,6 @@ private:
ACE_Recursive_Thread_Mutex (const ACE_Recursive_Thread_Mutex &);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Recursive_Thread_Mutex.inl"
#endif /* __ACE_INLINE__ */