summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
commit28ffc1dd5977d4e5f42b5775e544fce117278747 (patch)
tree71c539d11d1141b90550904e9f6c93847df289a5 /ACE/ace/FILE_IO.h
parent929c2d6e38df942a18ac21e67d1e745a76d340ff (diff)
downloadATCD-28ffc1dd5977d4e5f42b5775e544fce117278747.tar.gz
Thu Oct 21 11:10:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp: * ace/FILE_IO.h: * ace/Free_List.h: * ace/Handle_Set.h: * ace/Log_Msg.h: * ace/WIN32_Asynch_IO.h: Doxygen changes
Diffstat (limited to 'ACE/ace/FILE_IO.h')
-rw-r--r--ACE/ace/FILE_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FILE_IO.h b/ACE/ace/FILE_IO.h
index e975c0cc2c9..c1f214efdd7 100644
--- a/ACE/ace/FILE_IO.h
+++ b/ACE/ace/FILE_IO.h
@@ -59,8 +59,8 @@ public:
/// Send n bytes, keep trying until n are sent.
ssize_t send_n (const void *buf, size_t n) const;
- /// Send all the @a message_blocks chained through their <next> and
- /// <cont> pointers. This call uses the underlying OS gather-write
+ /// Send all the @a message_blocks chained through their next and
+ /// cont pointers. This call uses the underlying OS gather-write
/// operation to reduce the domain-crossing penalty.
ssize_t send_n (const ACE_Message_Block *message_block,
const ACE_Time_Value *timeout = 0,