summaryrefslogtreecommitdiff
path: root/ace/OS_TLI.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_TLI.inl')
-rw-r--r--ace/OS_TLI.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/OS_TLI.inl b/ace/OS_TLI.inl
index 307a53f6fa0..e76fd2bc0d3 100644
--- a/ace/OS_TLI.inl
+++ b/ace/OS_TLI.inl
@@ -1,8 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
#include "ace/OS_NS_errno.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace ACE_OS {
ACE_INLINE int
@@ -383,3 +386,5 @@ t_unbind (ACE_HANDLE handle)
}
} /* end namespace ACE_OS */
+
+ACE_END_VERSIONED_NAMESPACE_DECL