diff options
Diffstat (limited to 'linden/indra/newview/llstartup.h')
-rw-r--r-- | linden/indra/newview/llstartup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h index 3fe8daa..6dc3946 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h | |||
@@ -123,6 +123,9 @@ public: | |||
123 | static std::string sSLURLCommand; | 123 | static std::string sSLURLCommand; |
124 | // *HACK: On startup, if we were passed a secondlife://app/do/foo | 124 | // *HACK: On startup, if we were passed a secondlife://app/do/foo |
125 | // command URL, store it for later processing. | 125 | // command URL, store it for later processing. |
126 | |||
127 | static bool handleSocksProxy(bool reportOK = true); | ||
128 | |||
126 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; | 129 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; |
127 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; | 130 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; |
128 | 131 | ||