summaryrefslogtreecommitdiff
path: root/ace/Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Mutex.h')
-rw-r--r--ace/Mutex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Mutex.h b/ace/Mutex.h
index bcd62c12b63..61d4db02491 100644
--- a/ace/Mutex.h
+++ b/ace/Mutex.h
@@ -32,6 +32,8 @@
# define ACE_DEFAULT_MUTEX_W ACE_TEXT_WIDE(ACE_DEFAULT_MUTEX_A)
# define ACE_DEFAULT_MUTEX ACE_LIB_TEXT (ACE_DEFAULT_MUTEX_A)
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Time_Value;
/**
@@ -174,6 +176,8 @@ private:
ACE_Mutex (const ACE_Mutex &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Mutex.inl"
#endif /* __ACE_INLINE__ */