summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_Stream.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
commit92758a4736d3aa1ccc8b53acdc62fb144c107050 (patch)
tree6072ed71e0bbc721f10bffe967a37fcb3c8589be /ACE/ace/MEM_Stream.h
parent9baf137c61b562db35419c5c8a6d0039822d3503 (diff)
downloadATCD-92758a4736d3aa1ccc8b53acdc62fb144c107050.tar.gz
Mon Oct 22 18:53:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/MEM_Stream.h')
-rw-r--r--ACE/ace/MEM_Stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/MEM_Stream.h b/ACE/ace/MEM_Stream.h
index 6bb3e6fa9e7..1a217adfb6e 100644
--- a/ACE/ace/MEM_Stream.h
+++ b/ACE/ace/MEM_Stream.h
@@ -83,7 +83,7 @@ public:
/**
* Try to send exactly @a len bytes into @a buf from <handle> (uses
* the <send> call). If <send> blocks for longer than @a timeout the
- * number of bytes actually sent is returned with <errno == ETIME>.
+ * number of bytes actually sent is returned with @c errno == ETIME.
* If a timeout does not occur, <send_n> return @a len (i.e., the
* number of bytes requested to be sent).
*/
@@ -99,7 +99,7 @@ public:
* will block until action is possible, else will wait until the
* relative time specified in *@a timeout elapses). If <recv> blocks
* for longer than @a timeout the number of bytes actually read is
- * returned with <errno == ETIME>. If a timeout does not occur,
+ * returned with @c errno == ETIME. If a timeout does not occur,
* <recv_n> return @a len (i.e., the number of bytes requested to be
* read).
*/