diff options
Diffstat (limited to 'jingle/notifier/communicator/connection_settings.h')
-rw-r--r-- | jingle/notifier/communicator/connection_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jingle/notifier/communicator/connection_settings.h b/jingle/notifier/communicator/connection_settings.h index 54051a6..c01d8cf 100644 --- a/jingle/notifier/communicator/connection_settings.h +++ b/jingle/notifier/communicator/connection_settings.h @@ -58,10 +58,12 @@ class ConnectionSettingsList { const std::vector<uint32>& iplist, int16 port, bool special_port_magic, + bool try_ssltcp_first, bool proxy_only); private: void PermuteForAddress(const talk_base::SocketAddress& server, bool special_port_magic, + bool try_ssltcp_first, bool proxy_only, std::deque<ConnectionSettings>* list_temp); |