aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-18 17:58:27 -0700
committerMcCabe Maxsted2009-10-18 17:58:27 -0700
commite4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch)
tree9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llpanellogin.h
parentStarted 1.3.0 branch (diff)
parentUpdated and added some Linux libs. (diff)
downloadmeta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index 8d5bf3a..f2c589d 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2009, Linden Research, Inc. 7 * Copyright (c) 2002-2008, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -63,8 +63,7 @@ public:
63 static void setFields(const std::string& firstname, const std::string& lastname, 63 static void setFields(const std::string& firstname, const std::string& lastname,
64 const std::string& password); 64 const std::string& password);
65 65
66 static void addServer(const std::string& server, S32 domain_name); 66 static void addServer(const std::string& server);
67 static void setServer(S32 domain_name);
68 static void refreshLocation( bool force_visible ); 67 static void refreshLocation( bool force_visible );
69 68
70 static void getFields(std::string *firstname, std::string *lastname, 69 static void getFields(std::string *firstname, std::string *lastname,
@@ -78,12 +77,14 @@ public:
78 void setSiteIsAlive( bool alive ); 77 void setSiteIsAlive( bool alive );
79 78
80 static void loadLoginPage(); 79 static void loadLoginPage();
80 static void refreshLoginPage();
81 static void giveFocus(); 81 static void giveFocus();
82 static void setAlwaysRefresh(bool refresh); 82 static void setAlwaysRefresh(bool refresh);
83 static void mungePassword(LLUICtrl* caller, void* user_data); 83 static void mungePassword(LLUICtrl* caller, void* user_data);
84 84
85private: 85private:
86 static void onClickConnect(void*); 86 static void onClickConnect(void*);
87 static void onClickGrid(void*);
87 static void onClickNewAccount(void*); 88 static void onClickNewAccount(void*);
88 static bool newAccountAlertCallback(const LLSD& notification, const LLSD& response); 89 static bool newAccountAlertCallback(const LLSD& notification, const LLSD& response);
89 static void onClickQuit(void*); 90 static void onClickQuit(void*);