summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Clayton <alex.clayton@isode.com>2016-02-19 15:10:29 (GMT)
committerAlex Clayton <alex.clayton@isode.com>2016-02-29 11:09:07 (GMT)
commit2de569d23468c94fdcf1adc336a580b053423fd7 (patch)
treef34fff273c65be6006c9de34c6903ad8db553118 /PortingProgress.txt
parent3bfe54c141dd3fa20e391312a0a84c75731e2b2a (diff)
downloadstroke-2de569d23468c94fdcf1adc336a580b053423fd7.zip
stroke-2de569d23468c94fdcf1adc336a580b053423fd7.tar.bz2
Add sort method for ServiceQuery and add Tests
Add the sortResult static method to the DomainNameServiceQuery class. This required adding a few equivalances for C++ std library methods to the class. And add a test for the new method too. Test-information: All unit tests pass ok. Change-Id: Idee0888f7ea140d35a971414fc2fd3cbcdfc337f
Diffstat (limited to 'PortingProgress.txt')
-rw-r--r--PortingProgress.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/PortingProgress.txt b/PortingProgress.txt
index 4eb2e15..0f798e5 100644
--- a/PortingProgress.txt
+++ b/PortingProgress.txt
@@ -19,7 +19,7 @@ All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
Algorithm, API, Atomic, boost_bsignals, BoostFilesystemVersion,
BoostRandomGenerator, Concat, Debug, Error, foreach, format,
- Log, Override, Path, Paths, PathTest, Platform, RandomGenerator,
+ Log, Override, Path, Paths, PathTest, Platform,
Regex, sleep, StartStopper, String, StringTest, WindowsRegistry -- Doesn't Need Porting.
SafeAllocator -- Not Yet Ported!
@@ -133,8 +133,6 @@ Network:
All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
-DomainNameServiceQuery -- sortResults not Implemented.
-DomainNameServiceQueryTest -- Not Yet Ported!
GConfProxyProvider, UnixProxyProvider, WindowsProxyProvider, MacOSXProxyProvider -- Not Yet Ported!
NetworkEnvironment, SolarisNetworkEnvironment, UnixNetworkEnvironment, WindowsNetworkEnvironment -- Not Yet Ported!
HTTPConnectProxiedConnectionTest -- Not Yet Ported!