diff options
Diffstat (limited to 'ace/SOCK_IO.inl')
-rw-r--r-- | ace/SOCK_IO.inl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/SOCK_IO.inl b/ace/SOCK_IO.inl index 96950c2cd99..2c84b8ebb64 100644 --- a/ace/SOCK_IO.inl +++ b/ace/SOCK_IO.inl @@ -1,8 +1,11 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ #include "ace/OS_NS_unistd.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + // Send an n byte message to the connected socket. ACE_INLINE @@ -147,3 +150,5 @@ ACE_SOCK_IO::send (const void *buf, n, overlapped); } + +ACE_END_VERSIONED_NAMESPACE_DECL |