diff options
author | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 16:06:16 +0000 |
---|---|---|
committer | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 16:06:16 +0000 |
commit | c4abdb3288f340e58ea63dd489d3e6753d699e3d (patch) | |
tree | 0277b4acad89fd462f3a28ee208efb58472aa64d /ace/Multihomed_INET_Addr.h | |
parent | 9e387ca1cf741d63819d5ea0636b3c4aee5d117c (diff) | |
download | ATCD-c4abdb3288f340e58ea63dd489d3e6753d699e3d.tar.gz |
Fixed trailing whitespace problems
Diffstat (limited to 'ace/Multihomed_INET_Addr.h')
-rw-r--r-- | ace/Multihomed_INET_Addr.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Multihomed_INET_Addr.h b/ace/Multihomed_INET_Addr.h index 4198316d4e0..32058a96f33 100644 --- a/ace/Multihomed_INET_Addr.h +++ b/ace/Multihomed_INET_Addr.h @@ -44,7 +44,7 @@ public: * already and is passed straight through. <address_family> can be * used to select IPv4/IPv6 if the OS has IPv6 capability * (ACE_HAS_IPV6 is defined). To specify IPv6, use the value - * AF_INET6. To specify IPv4, use AF_INET. + * AF_INET6. To specify IPv4, use AF_INET. */ ACE_Multihomed_INET_Addr(u_short port_number, const char primary_host_name[], @@ -66,9 +66,9 @@ public: int encode = 1, const ACE_UINT32 *secondary_ip_addrs = 0, size_t size = 0); - + /// Use compiler-generated copy constructor. - + /// Use compiler-generated assignment operator. /// Default dtor. @@ -87,7 +87,7 @@ public: * already and is passed straight through. <address_family> can be * used to select IPv4/IPv6 if the OS has IPv6 capability * (ACE_HAS_IPV6 is defined). To specify IPv6, use the value - * AF_INET6. To specify IPv4, use AF_INET. + * AF_INET6. To specify IPv4, use AF_INET. */ int set (u_short port_number, const char primary_host_name[], @@ -127,7 +127,7 @@ public: /** * Initialize user-supplied array <addrs> with the the current * primary and secondary addresses. <size> is taken as the size of - * this array. + * this array. */ void get_addresses(sockaddr_in *addrs, size_t size) const; |