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, 4 insertions, 0 deletions
diff --git a/ace/RW_Mutex.h b/ace/RW_Mutex.h
index fe20c589b25..1e920cf3a65 100644
--- a/ace/RW_Mutex.h
+++ b/ace/RW_Mutex.h
@@ -28,6 +28,8 @@
#include "ace/OS_NS_Thread.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_RW_Mutex
*
@@ -126,6 +128,8 @@ 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__ */