summaryrefslogtreecommitdiff
path: root/ACE/ace/INET_Addr.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/INET_Addr.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/INET_Addr.h')
-rw-r--r--ACE/ace/INET_Addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/INET_Addr.h b/ACE/ace/INET_Addr.h
index e0fdd8c4001..76672eb265c 100644
--- a/ACE/ace/INET_Addr.h
+++ b/ACE/ace/INET_Addr.h
@@ -160,7 +160,7 @@ public:
const char protocol[] = "tcp");
/**
- * Initializes an ACE_INET_Addr from the <addr>, which can be
+ * Initializes an ACE_INET_Addr from the @a addr, which can be
* "ip-number:port-number" (e.g., "tango.cs.wustl.edu:1234" or
* "128.252.166.57:1234"). If there is no ':' in the <address> it
* is assumed to be a port number, with the IP address being
@@ -290,7 +290,7 @@ public:
/**
* Return the "dotted decimal" Internet address representation of
- * the hostname storing it in the <addr> (which is assumed to be
+ * the hostname storing it in the @a addr (which is assumed to be
* <addr_size> bytes long). This version is reentrant.
*/
const char *get_host_addr (char *addr, int addr_size) const;