summaryrefslogtreecommitdiff
path: root/ACE/ace/FIFO_Recv_Msg.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-16 18:58:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-16 18:58:16 +0000
commitd07015cba005aa0abed89e2b433bad985b22ec41 (patch)
treec242531ef4fdfa2b75c92af41a0d874ba3d64f72 /ACE/ace/FIFO_Recv_Msg.h
parent92c03b4091ca0dba8d0172f14c92e902b2bddc3a (diff)
downloadATCD-d07015cba005aa0abed89e2b433bad985b22ec41.tar.gz
Mon Feb 16 18:58:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/CDR_Stream.h: * ace/FIFO_Recv_Msg.h: * ace/FIFO_Send_Msg.h: * ace/SPIPE_Stream.h: Doxygen changes
Diffstat (limited to 'ACE/ace/FIFO_Recv_Msg.h')
-rw-r--r--ACE/ace/FIFO_Recv_Msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FIFO_Recv_Msg.h b/ACE/ace/FIFO_Recv_Msg.h
index b1c7afe3eb3..56e83d4f1a3 100644
--- a/ACE/ace/FIFO_Recv_Msg.h
+++ b/ACE/ace/FIFO_Recv_Msg.h
@@ -109,12 +109,12 @@ public:
ssize_t recv (void *buf, size_t len);
#if defined (ACE_HAS_STREAM_PIPES)
- /// Recv <data> and <cntl> message via Stream pipes.
+ /// Recv @a data and @a cntl message via Stream pipes.
ssize_t recv (ACE_Str_Buf *data,
ACE_Str_Buf *cntl,
int *flags);
- /// Recv <data> and <cntl> message via Stream pipes in "band" mode.
+ /// Recv @a data and @a cntl message via Stream pipes in "band" mode.
ssize_t recv (int *band,
ACE_Str_Buf *data,
ACE_Str_Buf *cntl,