diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 10:42:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 10:42:34 +0000 |
commit | eec21c08a5507acab6d3a913bd4cac6c919b77bf (patch) | |
tree | f333a88cb7ef7ceb3de8c64dc04c2d7716d4c72c /ace/MEM_IO.h | |
parent | 6d9ddea82a4a2bcdd20adcdae988715426c29c45 (diff) | |
download | ATCD-eec21c08a5507acab6d3a913bd4cac6c919b77bf.tar.gz |
ChangeLogTag: Fri Feb 10 09:18:39 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/MEM_IO.h')
-rw-r--r-- | ace/MEM_IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_IO.h b/ace/MEM_IO.h index 9fda4512af3..595caf0ff6f 100644 --- a/ace/MEM_IO.h +++ b/ace/MEM_IO.h @@ -52,7 +52,7 @@ public: /** * Fetch location of next available data into <recv_buffer_>. * As this operation read the address of the data off the socket - * using ACE::recv, <timeout> only applies to ACE::recv. + * using ACE::recv, @a timeout only applies to ACE::recv. */ virtual ssize_t recv_buf (ACE_MEM_SAP_Node *&buf, int flags, |