summaryrefslogtreecommitdiff
path: root/ACE/ace/INET_Addr.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-20 09:56:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-20 09:56:41 +0000
commit50e43ef2a97f42e39d6685461dc21132b91be0d8 (patch)
tree1e509464dae4884c9a69cb10354af0dd50297f8e /ACE/ace/INET_Addr.h
parent17eeb79932adf2ebe229c89eb9048a9b07e76aa0 (diff)
downloadATCD-50e43ef2a97f42e39d6685461dc21132b91be0d8.tar.gz
Fri Oct 20 09:56:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/INET_Addr.h')
-rw-r--r--ACE/ace/INET_Addr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/INET_Addr.h b/ACE/ace/INET_Addr.h
index fe5522d6fbb..f05b90667b0 100644
--- a/ACE/ace/INET_Addr.h
+++ b/ACE/ace/INET_Addr.h
@@ -47,7 +47,7 @@ public:
ACE_INET_Addr (const ACE_INET_Addr &);
/// Creates an ACE_INET_Addr from a sockaddr_in structure.
- ACE_INET_Addr (const sockaddr_in *, int len);
+ ACE_INET_Addr (const sockaddr_in *addr, int len);
/// Creates an ACE_INET_Addr from a <port_number> and the remote
/// <host_name>. The port number is assumed to be in host byte order.
@@ -299,9 +299,9 @@ public:
* Return the "dotted decimal" Internet address representation of
* the hostname. This version is non-reentrant since it returns a
* pointer to a static data area. You should therefore either
- * (1) do a "deep copy" of the address returned by get_host_addr(), e.g.,
+ * (1) do a "deep copy" of the address returned by get_host_addr(), e.g.,
* using strdup() or (2) use the "reentrant" version of
- * get_host_addr() described above.
+ * get_host_addr() described above.
*/
const char *get_host_addr (void) const;