diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-03-11 08:47:45 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-03-11 08:47:45 +0100 |
commit | a2e1e99de25f12b4efc30278838ebdb7bb6f3011 (patch) | |
tree | b3cccf60a1f5d39eeb9b70a5aef82bbc7abc9af9 /ACE/NEWS | |
parent | 388f2fb38b3f6f8160e3076a7c356001669fc591 (diff) | |
download | ATCD-a2e1e99de25f12b4efc30278838ebdb7bb6f3011.tar.gz |
Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned to a na..."
Diffstat (limited to 'ACE/NEWS')
-rw-r--r-- | ACE/NEWS | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -8,16 +8,6 @@ USER VISIBLE CHANGES BETWEEN ACE-6.3.1 and ACE-6.3.2 supported. Please see tests/Chrono_Test.cpp for more details. -. Allow ACE_INET_Addr to hold all addresses associated with a hostname. The - set of addresses always has a "current" address which is accessed by the - usual "get"-type methods on the class. Two new methods are added to deal - with multiple addresses: - - bool next (void): makes the next available address the "current" one. - Returns false if there are no more addresses. - - void reset (void): resets the iteration mechanism to be able to examine - all of the addresses again. - ACE_Multihomed_INET_Addr has also been enhanced so that the get_addresses() - methods copy all available addresses related to each name. USER VISIBLE CHANGES BETWEEN ACE-6.3.0 and ACE-6.3.1 ==================================================== |