Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -4,7 +4,9 @@
/**
* @file SOCK_IO.h
*
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
* $Id: SOCK_IO.h 97075 2013-04-24 15:01:48Z schmidt $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//==========================================================================
@ -82,11 +84,9 @@ public:
ssize_t recvv (iovec *io_vec,
const ACE_Time_Value *timeout = 0) const;
#ifndef ACE_LACKS_VA_FUNCTIONS
/// Recv @a n varargs messages to the connected socket.
ssize_t recv (size_t n,
...) const;
#endif
/// Recv @a n bytes via Win32 @c ReadFile using overlapped I/O.
ssize_t recv (void *buf,
@ -109,11 +109,9 @@ public:
int n,
const ACE_Time_Value *timeout = 0) const;
#ifndef ACE_LACKS_VA_FUNCTIONS
/// Send @a n varargs messages to the connected socket.
ssize_t send (size_t n,
...) const;
#endif
/// Send @a n bytes via Win32 <WriteFile> using overlapped I/O.
ssize_t send (const void *buf,