diff options
Diffstat (limited to 'Swiften/Network/HTTPConnectProxiedConnection.cpp')
| -rw-r--r-- | Swiften/Network/HTTPConnectProxiedConnection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/HTTPConnectProxiedConnection.cpp b/Swiften/Network/HTTPConnectProxiedConnection.cpp index b5e521b..8eba49e 100644 --- a/Swiften/Network/HTTPConnectProxiedConnection.cpp +++ b/Swiften/Network/HTTPConnectProxiedConnection.cpp | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | /* | 7 | /* |
| 8 | * Copyright (c) 2011-2016 Isode Limited. | 8 | * Copyright (c) 2011-2018 Isode Limited. |
| 9 | * All rights reserved. | 9 | * All rights reserved. |
| 10 | * See the COPYING file for more information. | 10 | * See the COPYING file for more information. |
| 11 | */ | 11 | */ |
| @@ -36,7 +36,7 @@ HTTPConnectProxiedConnection::HTTPConnectProxiedConnection( | |||
| 36 | ConnectionFactory* connectionFactory, | 36 | ConnectionFactory* connectionFactory, |
| 37 | TimerFactory* timerFactory, | 37 | TimerFactory* timerFactory, |
| 38 | const std::string& proxyHost, | 38 | const std::string& proxyHost, |
| 39 | int proxyPort, | 39 | unsigned short proxyPort, |
| 40 | const SafeString& authID, | 40 | const SafeString& authID, |
| 41 | const SafeString& authPassword) : | 41 | const SafeString& authPassword) : |
| 42 | ProxiedConnection(resolver, connectionFactory, timerFactory, proxyHost, proxyPort), | 42 | ProxiedConnection(resolver, connectionFactory, timerFactory, proxyHost, proxyPort), |
Swift