aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpanellogin.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index 206e700..a754224 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -64,11 +64,9 @@ class LLLoginHandler : public LLCommandHandler
64 64
65extern LLLoginHandler gLoginHandler; 65extern LLLoginHandler gLoginHandler;
66 66
67class LLPanelLogin 67class LLPanelLogin:
68: public LLPanel 68 public LLPanel,
69#if LL_LIBXUL_ENABLED 69 public LLWebBrowserCtrlObserver
70 , public LLWebBrowserCtrlObserver
71#endif
72{ 70{
73public: 71public:
74 LLPanelLogin(const LLRect &rect, BOOL show_server, 72 LLPanelLogin(const LLRect &rect, BOOL show_server,
@@ -111,11 +109,7 @@ private:
111 static void newAccountAlertCallback(S32 option, void*); 109 static void newAccountAlertCallback(S32 option, void*);
112 static void onClickQuit(void*); 110 static void onClickQuit(void*);
113 static void onClickVersion(void*); 111 static void onClickVersion(void*);
114
115#if LL_LIBXUL_ENABLED
116 // browser observer impls
117 virtual void onNavigateComplete( const EventType& eventIn ); 112 virtual void onNavigateComplete( const EventType& eventIn );
118#endif
119 static void onClickForgotPassword(void*); 113 static void onClickForgotPassword(void*);
120 static void onPassKey(LLLineEditor* caller, void* user_data); 114 static void onPassKey(LLLineEditor* caller, void* user_data);
121 115