summaryrefslogtreecommitdiff
path: root/ace/Process_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process_Mutex.h')
-rw-r--r--ace/Process_Mutex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Process_Mutex.h b/ace/Process_Mutex.h
index 262525f7bed..604d7ee0c80 100644
--- a/ace/Process_Mutex.h
+++ b/ace/Process_Mutex.h
@@ -1,4 +1,5 @@
// -*- C++ -*-
+
//=============================================================================
/**
* @file Process_Mutex.h
@@ -36,6 +37,8 @@
# include "ace/Mutex.h"
#endif /* ACE_HAS_SYSV_IPC && !ACE_USES_MUTEX_FOR_PROCESS_MUTEX */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declarations
class ACE_Time_Value;
@@ -199,6 +202,8 @@ private:
#endif /* _ACE_USE_SV_SEM */
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Process_Mutex.inl"
#endif /* __ACE_INLINE__ */