summaryrefslogtreecommitdiff
path: root/ACE/ace/DEV_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/DEV_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/DEV_Connector.h')
-rw-r--r--ACE/ace/DEV_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/DEV_Connector.h b/ACE/ace/DEV_Connector.h
index 11e2216b9ce..07b91951b64 100644
--- a/ACE/ace/DEV_Connector.h
+++ b/ACE/ace/DEV_Connector.h
@@ -48,7 +48,7 @@ public:
* time expires before the connection is made <errno == ETIME>. The
* <local_sap> is the value of local address to bind to. If it's
* the default value of <ACE_Addr::sap_any> then the user is letting
- * the OS do the binding. If <reuse_addr> == 1 then the
+ * the OS do the binding. If @a reuse_addr == 1 then the
* <local_addr> is reused, even if it hasn't been cleanedup yet.
* The <flags> and <perms> arguments are passed down to the <open>
* method.
@@ -73,7 +73,7 @@ public:
* time expires before the connection is made <errno == ETIME>. The
* <local_sap> is the value of local address to bind to. If it's
* the default value of <ACE_Addr::sap_any> then the user is letting
- * the OS do the binding. If <reuse_addr> == 1 then the
+ * the OS do the binding. If @a reuse_addr == 1 then the
* <local_addr> is reused, even if it hasn't been cleanedup yet.
* The <flags> and <perms> arguments are passed down to the <open>
* method.