summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_Connector.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
commit7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch)
tree71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/FILE_Connector.h
parent120546b69ce995607de011978e2b0ba51b073cda (diff)
downloadATCD-7a96a0d98d9bc982ef3964a8bfd69913a3ca4373.tar.gz
Wed Oct 3 19:31:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/FILE_Connector.h')
-rw-r--r--ACE/ace/FILE_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FILE_Connector.h b/ACE/ace/FILE_Connector.h
index 3bf5e675d93..d82dfc4f48c 100644
--- a/ACE/ace/FILE_Connector.h
+++ b/ACE/ace/FILE_Connector.h
@@ -53,7 +53,7 @@ public:
* indefinitely. If *timeout == {0, 0} then the file is created
* using non-blocking mode. If *timeout > {0, 0} then this is the
* maximum amount of time to wait before timing out. The
- * <local_sap> and <reuse_addr> parameters are ignored. The <flags>
+ * <local_sap> and @a reuse_addr parameters are ignored. The <flags>
* and <perms> arguments are passed down to the <ACE_OS::open>
* method.
*/
@@ -78,7 +78,7 @@ public:
* EWOULDBLOCK>. If *timeout > {0, 0} then this is the maximum amount of
* time to wait before timing out. If the time expires before the
* connection is made <errno == ETIME>. The <local_sap> and
- * <reuse_addr> parameters are ignored. The <flags> and <perms>
+ * @a reuse_addr parameters are ignored. The <flags> and <perms>
* arguments are passed down to the <ACE_OS::open> method.
*/
int connect (ACE_FILE_IO &new_io,