diff options
Diffstat (limited to '')
-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 9a3c91c..08862e6 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h | |||
@@ -124,6 +124,9 @@ public: | |||
124 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; | 124 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; |
125 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; | 125 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; |
126 | 126 | ||
127 | // Returns true if startup has been successfully completed | ||
128 | static bool isLoggedIn() { return gStartupState == STATE_STARTED; } | ||
129 | |||
127 | private: | 130 | private: |
128 | static bool mStartedOnce; | 131 | static bool mStartedOnce; |
129 | static bool mShouldAutoLogin; | 132 | static bool mShouldAutoLogin; |