diff options
Diffstat (limited to 'linden/indra/newview/llpanelnetwork.h')
-rw-r--r-- | linden/indra/newview/llpanelnetwork.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelnetwork.h b/linden/indra/newview/llpanelnetwork.h index 900158a..628f713 100644 --- a/linden/indra/newview/llpanelnetwork.h +++ b/linden/indra/newview/llpanelnetwork.h | |||
@@ -52,6 +52,14 @@ private: | |||
52 | static void onClickResetCache(void*); | 52 | static void onClickResetCache(void*); |
53 | static void onCommitPort(LLUICtrl* ctrl, void*); | 53 | static void onCommitPort(LLUICtrl* ctrl, void*); |
54 | static void onCommitXMLRPCProxyEnabled(LLUICtrl* ctrl, void* data); | 54 | static void onCommitXMLRPCProxyEnabled(LLUICtrl* ctrl, void* data); |
55 | static void onCommitSocks5ProxyEnabled(LLUICtrl* ctrl, void* data); | ||
56 | static void onClickTestProxy(void* user_data); | ||
57 | static void onSocksSettingsModified(LLUICtrl* ctrl, void* data); | ||
58 | static void onSocksAuthChanged(LLUICtrl* ctrl, void* data); | ||
59 | static void updateProxyEnabled(LLPanelNetwork * self, bool enabled, std::string authtype); | ||
60 | |||
61 | static bool sSocksSettingsChanged; | ||
62 | |||
55 | }; | 63 | }; |
56 | 64 | ||
57 | #endif | 65 | #endif |