summaryrefslogtreecommitdiff
path: root/ACE/ace/FIFO_Send_Msg.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
commitef4d0556821999199d16f52b368c4a090902698b (patch)
tree5a7e02c8e07d521fc68afb7e547e7f0cc18af845 /ACE/ace/FIFO_Send_Msg.h
parent4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (diff)
downloadATCD-ef4d0556821999199d16f52b368c4a090902698b.tar.gz
Thu Feb 15 13:50:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/FIFO_Send_Msg.h')
-rw-r--r--ACE/ace/FIFO_Send_Msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FIFO_Send_Msg.h b/ACE/ace/FIFO_Send_Msg.h
index 8272ec6c819..a2e0affce8a 100644
--- a/ACE/ace/FIFO_Send_Msg.h
+++ b/ACE/ace/FIFO_Send_Msg.h
@@ -55,10 +55,10 @@ public:
mode_t perms = ACE_DEFAULT_FILE_PERMS,
LPSECURITY_ATTRIBUTES sa = 0);
- /// Send <buf> of up to <len> bytes.
+ /// Send @a buf of up to @a len bytes.
ssize_t send (const ACE_Str_Buf &msg);
- /// Send <buf> of exactly <len> bytes (block until done).
+ /// Send @a buf of exactly @a len bytes (block until done).
ssize_t send (const void *buf, size_t len);
#if defined (ACE_HAS_STREAM_PIPES)