summaryrefslogtreecommitdiff
path: root/ACE/ace/DEV_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
commitde87537c194a9195e0ece9a9ada71f9a38f2dccc (patch)
tree2468c8f09e91a4093ed4037663aa0f1a7fb712b0 /ACE/ace/DEV_IO.h
parent3b19c8d71cf9ed03d8687e6a4b6232613864b464 (diff)
downloadATCD-de87537c194a9195e0ece9a9ada71f9a38f2dccc.tar.gz
Mon Oct 1 15:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/DEV_IO.h')
-rw-r--r--ACE/ace/DEV_IO.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/DEV_IO.h b/ACE/ace/DEV_IO.h
index 9a5d30e3217..d3b1aadaa2f 100644
--- a/ACE/ace/DEV_IO.h
+++ b/ACE/ace/DEV_IO.h
@@ -91,7 +91,7 @@ public:
* - On EOF, 0 is returned, errno is irrelevant.
*
* On partial transfers, i.e., if any data is transferred before
- * timeout/error/EOF, <bytes_transferred> will contain the number of
+ * timeout/error/EOF, @a bytes_transferred will contain the number of
* bytes transferred.
*/
ssize_t recv_n (void *buf,
@@ -117,7 +117,7 @@ public:
ACE_Str_Buf *data,
int *flags) const;
- /// Send <cntl> and <data> via STREAM pipes.
+ /// Send @a cntl and @a data via STREAM pipes.
ssize_t send (const ACE_Str_Buf *cntl,
const ACE_Str_Buf *data,
int flags = 0) const;
@@ -156,7 +156,7 @@ public:
void dump (void) const;
// = The following two methods are no-ops to keep the
- // <ACE_Connector> happy.
+ // ACE_Connector happy.
/// Return the local endpoint address.
int get_local_addr (ACE_DEV_Addr &) const;