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, 4 insertions, 1 deletions
diff --git a/ace/OS_NS_sys_uio.cpp b/ace/OS_NS_sys_uio.cpp
index 5b7563dc7fd..708ea5701a3 100644
--- a/ace/OS_NS_sys_uio.cpp
+++ b/ace/OS_NS_sys_uio.cpp
@@ -1,4 +1,3 @@
-// -*- C++ -*-
// $Id$
#include "ace/OS_NS_sys_uio.h"
@@ -13,6 +12,8 @@ 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
@@ -125,3 +126,5 @@ ACE_OS::writev_emulation (ACE_HANDLE handle, const iovec *iov, int n)
return bytes_sent;
}
# endif /* ACE_LACKS_WRITEV */
+
+ACE_END_VERSIONED_NAMESPACE_DECL