diff options
Diffstat (limited to 'Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp')
| -rw-r--r-- | Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp b/Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp index 1a160b7..065d015 100644 --- a/Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp +++ b/Swiften/Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010-2016 Isode Limited. | 2 | * Copyright (c) 2010-2018 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -421,7 +421,7 @@ class HTTPConnectProxiedConnectionTest : public CppUnit::TestFixture { | |||
| 421 | private: | 421 | private: |
| 422 | std::string proxyHost; | 422 | std::string proxyHost; |
| 423 | HostAddressPort proxyHostAddress; | 423 | HostAddressPort proxyHostAddress; |
| 424 | int proxyPort; | 424 | unsigned short proxyPort; |
| 425 | HostAddressPort host; | 425 | HostAddressPort host; |
| 426 | DummyEventLoop* eventLoop; | 426 | DummyEventLoop* eventLoop; |
| 427 | StaticDomainNameResolver* resolver; | 427 | StaticDomainNameResolver* resolver; |
Swift