diff options
Diffstat (limited to 'ace/OS_NS_dirent.h')
-rw-r--r-- | ace/OS_NS_dirent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_NS_dirent.h b/ace/OS_NS_dirent.h index c5bf0efd859..f394c941a90 100644 --- a/ace/OS_NS_dirent.h +++ b/ace/OS_NS_dirent.h @@ -33,6 +33,8 @@ #endif #define ACE_EXPORT_MACRO ACE_Export +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + namespace ACE_OS { ACE_NAMESPACE_INLINE_FUNCTION @@ -85,6 +87,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 |