summaryrefslogtreecommitdiff
path: root/ace/OS_Errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_Errno.h')
-rw-r--r--ace/OS_Errno.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_Errno.h b/ace/OS_Errno.h
index 82446047842..e92837af318 100644
--- a/ace/OS_Errno.h
+++ b/ace/OS_Errno.h
@@ -22,6 +22,8 @@
#include "ace/OS_NS_errno.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Errno_Guard
*
@@ -81,6 +83,8 @@ private:
int error_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
// Inlining this class on debug builds with gcc on Solaris can cause
// deadlocks during static initialization.
#if defined (ACE_HAS_INLINED_OSCALLS) && \