summaryrefslogtreecommitdiff
path: root/ace/RW_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RW_Mutex.h')
-rw-r--r--ace/RW_Mutex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/RW_Mutex.h b/ace/RW_Mutex.h
index 1e920cf3a65..fe20c589b25 100644
--- a/ace/RW_Mutex.h
+++ b/ace/RW_Mutex.h
@@ -28,8 +28,6 @@
#include "ace/OS_NS_Thread.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_RW_Mutex
*
@@ -128,8 +126,6 @@ private:
ACE_RW_Mutex (const ACE_RW_Mutex &);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/RW_Mutex.inl"
#endif /* __ACE_INLINE__ */