summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_uio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_uio.cpp')
-rw-r--r--ace/OS_NS_sys_uio.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/OS_NS_sys_uio.cpp b/ace/OS_NS_sys_uio.cpp
index 708ea5701a3..5b7563dc7fd 100644
--- a/ace/OS_NS_sys_uio.cpp
+++ b/ace/OS_NS_sys_uio.cpp
@@ -1,3 +1,4 @@
+// -*- C++ -*-
// $Id$
#include "ace/OS_NS_sys_uio.h"
@@ -12,8 +13,6 @@ ACE_RCSID(ace, OS_NS_sys_uio, "$Id$")
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
# if defined (ACE_LACKS_READV)
// "Fake" readv for operating systems without it. Note that this is
@@ -126,5 +125,3 @@ ACE_OS::writev_emulation (ACE_HANDLE handle, const iovec *iov, int n)
return bytes_sent;
}
# endif /* ACE_LACKS_WRITEV */
-
-ACE_END_VERSIONED_NAMESPACE_DECL