diff options
Diffstat (limited to 'ace/OS_NS_poll.h')
-rw-r--r-- | ace/OS_NS_poll.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/OS_NS_poll.h b/ace/OS_NS_poll.h index 43fe0a2f2fb..6d8f5c38346 100644 --- a/ace/OS_NS_poll.h +++ b/ace/OS_NS_poll.h @@ -33,9 +33,12 @@ #endif #define ACE_EXPORT_MACRO ACE_Export +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + class ACE_Time_Value; -namespace ACE_OS { +namespace ACE_OS +{ ACE_NAMESPACE_INLINE_FUNCTION int poll (struct pollfd *pollfds, @@ -49,6 +52,8 @@ namespace ACE_OS { } /* namespace ACE_OS */ +ACE_END_VERSIONED_NAMESPACE_DECL + # if defined (ACE_HAS_INLINED_OSCALLS) # if defined (ACE_INLINE) # undef ACE_INLINE |