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.inl9
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/OS_TLI.inl b/ace/OS_TLI.inl
index 563ba8311db..307a53f6fa0 100644
--- a/ace/OS_TLI.inl
+++ b/ace/OS_TLI.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/OS_NS_errno.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace ACE_OS {
ACE_INLINE int
@@ -231,7 +228,7 @@ t_open (char *path, int oflag, struct t_info *info)
}
ACE_INLINE int
-t_optmgmt (ACE_HANDLE handle, ACE_TOPTMGMT *req, ACE_TOPTMGMT *ret)
+t_optmgmt (ACE_HANDLE handle, struct t_optmgmt *req, struct t_optmgmt *ret)
{
#if defined (ACE_HAS_TLI)
ACE_OSCALL_RETURN (::t_optmgmt (handle, req, ret), int, -1);
@@ -386,5 +383,3 @@ t_unbind (ACE_HANDLE handle)
}
} /* end namespace ACE_OS */
-
-ACE_END_VERSIONED_NAMESPACE_DECL