diff options
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r-- | linden/indra/newview/llpanellogin.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h index 7faf0d8..94e746e 100644 --- a/linden/indra/newview/llpanellogin.h +++ b/linden/indra/newview/llpanellogin.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llpanellogin.h | 2 | * @file llpanellogin.h |
3 | * @brief Login username entry fields. | 3 | * @brief Login username entry fields. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLPANELLOGIN_H | 32 | #ifndef LL_LLPANELLOGIN_H |
@@ -93,8 +96,8 @@ private: | |||
93 | void (*mCallback)(S32 option, void *userdata); | 96 | void (*mCallback)(S32 option, void *userdata); |
94 | void* mCallbackData; | 97 | void* mCallbackData; |
95 | 98 | ||
96 | char mIncomingPassword[DB_USER_PASSWORD_BUF_SIZE]; /*Flawfinder: ignore*/ | 99 | std::string mIncomingPassword; |
97 | char mMungedPassword[MD5HEX_STR_SIZE]; /*Flawfinder: ignore*/ | 100 | std::string mMungedPassword; |
98 | 101 | ||
99 | static LLPanelLogin* sInstance; | 102 | static LLPanelLogin* sInstance; |
100 | static BOOL sCapslockDidNotification; | 103 | static BOOL sCapslockDidNotification; |