aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:22 -0500
committerJacek Antonelli2008-08-15 23:45:22 -0500
commit1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch)
tree071633b1e27b13f52619ea60a58338bfab34538a /linden/indra/newview/llpanellogin.h
parentSecond Life viewer sources 1.18.6.0-RC (diff)
downloadmeta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.zip
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.gz
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.bz2
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.xz
Second Life viewer sources 1.18.6.1-RC
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index 191e88c..f2a58b7 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -39,6 +39,7 @@
39#include "llviewerimage.h" 39#include "llviewerimage.h"
40#include "llstring.h" 40#include "llstring.h"
41#include "llmd5.h" 41#include "llmd5.h"
42#include "llwebbrowserctrl.h"
42 43
43class LLTextBox; 44class LLTextBox;
44class LLLineEditor; 45class LLLineEditor;
@@ -64,6 +65,9 @@ extern LLLoginHandler gLoginHandler;
64 65
65class LLPanelLogin 66class LLPanelLogin
66: public LLPanel 67: public LLPanel
68#if LL_LIBXUL_ENABLED
69 , public LLWebBrowserCtrlObserver
70#endif
67{ 71{
68public: 72public:
69 LLPanelLogin(const LLRect &rect, BOOL show_server, 73 LLPanelLogin(const LLRect &rect, BOOL show_server,
@@ -89,6 +93,11 @@ public:
89private: 93private:
90 static void onClickQuit(void*); 94 static void onClickQuit(void*);
91 static void onClickVersion(void*); 95 static void onClickVersion(void*);
96
97#if LL_LIBXUL_ENABLED
98 // browser observer impls
99 virtual void onNavigateComplete( const EventType& eventIn );
100#endif
92 101
93private: 102private:
94 LLPointer<LLViewerImage> mLogoImage; 103 LLPointer<LLViewerImage> mLogoImage;