summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-03-11 08:47:45 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-03-11 08:47:45 +0100
commita2e1e99de25f12b4efc30278838ebdb7bb6f3011 (patch)
treeb3cccf60a1f5d39eeb9b70a5aef82bbc7abc9af9 /ACE/NEWS
parent388f2fb38b3f6f8160e3076a7c356001669fc591 (diff)
downloadATCD-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/NEWS10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 2e2cb9b4628..ead8d8db44f 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -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
====================================================