summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-15 04:17:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-15 04:17:50 +0000
commitba61cbb9139094f633f8fe46dfef271eb58d1e0e (patch)
tree83e83b85217397d1cbe94a00bf3a0a79a4d45e8f /ace
parent08917e99561eada28518fe5285ba7ad8ea7d8300 (diff)
downloadATCD-ba61cbb9139094f633f8fe46dfef271eb58d1e0e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/INET_Addr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h
index b515b186d65..1bab1d1d17a 100644
--- a/ace/INET_Addr.h
+++ b/ace/INET_Addr.h
@@ -130,7 +130,8 @@ public:
u_short get_port_number (void) const;
// Return the port number, converting it into host byte order.
- int get_host_name (ASYS_TCHAR hostname[], size_t hostnamelen) const;
+ int get_host_name (ASYS_TCHAR hostname[],
+ size_t hostnamelen) const;
// Return the character representation of the name of the host,
// storing it in the <hostname> (which is assumed to be
// <hostnamelen> bytes long). This version is reentrant.
@@ -141,7 +142,7 @@ public:
// area).
const char *get_host_addr (void) const;
- // Return the dotted Internet address.
+ // Return the "dotted decimal" Internet address.
ACE_UINT32 get_ip_address (void) const;
// Return the 4-byte IP address, converting it into host byte