diff options
Diffstat (limited to 'ace/OS_NS_math.h')
-rw-r--r-- | ace/OS_NS_math.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/OS_NS_math.h b/ace/OS_NS_math.h index 370a65026f2..55ff1edc2e5 100644 --- a/ace/OS_NS_math.h +++ b/ace/OS_NS_math.h @@ -32,7 +32,10 @@ #endif #define ACE_EXPORT_MACRO ACE_Export -namespace ACE_OS { +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +namespace ACE_OS +{ /// This method computes the largest integral value not greater than x. ACE_NAMESPACE_INLINE_FUNCTION @@ -42,9 +45,10 @@ namespace ACE_OS { ACE_NAMESPACE_INLINE_FUNCTION double ceil (double x); - } /* namespace ACE_OS */ +ACE_END_VERSIONED_NAMESPACE_DECL + # if defined (ACE_HAS_INLINED_OSCALLS) # if defined (ACE_INLINE) # undef ACE_INLINE |