summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/SOCK_Dgram.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/SOCK_Dgram.h')
-rw-r--r--ACE/ace/SOCK_Dgram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK_Dgram.h b/ACE/ace/SOCK_Dgram.h
index 23dc687eba1..4f95edea6d2 100644
--- a/ACE/ace/SOCK_Dgram.h
+++ b/ACE/ace/SOCK_Dgram.h
@@ -154,7 +154,7 @@ public:
int flags,
const ACE_Time_Value *timeout) const;
- /// Send <buffer_count> worth of <buffers> to <addr> using overlapped
+ /// Send <buffer_count> worth of @a buffers to @a addr using overlapped
/// I/O (uses <WSASendTo>). Returns 0 on success.
ssize_t send (const iovec buffers[],
int buffer_count,
@@ -164,7 +164,7 @@ public:
ACE_OVERLAPPED *overlapped,
ACE_OVERLAPPED_COMPLETION_FUNC func) const;
- /// Recv <buffer_count> worth of <buffers> from <addr> using
+ /// Recv <buffer_count> worth of @a buffers from @a addr using
/// overlapped I/O (uses <WSARecvFrom>). Returns 0 on success.
ssize_t recv (iovec buffers[],
int buffer_count,