diff options
author | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
commit | 1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch) | |
tree | 071633b1e27b13f52619ea60a58338bfab34538a /linden/indra/newview/llpanellogin.h | |
parent | Second Life viewer sources 1.18.6.0-RC (diff) | |
download | meta-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.h | 9 |
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 | ||
43 | class LLTextBox; | 44 | class LLTextBox; |
44 | class LLLineEditor; | 45 | class LLLineEditor; |
@@ -64,6 +65,9 @@ extern LLLoginHandler gLoginHandler; | |||
64 | 65 | ||
65 | class LLPanelLogin | 66 | class LLPanelLogin |
66 | : public LLPanel | 67 | : public LLPanel |
68 | #if LL_LIBXUL_ENABLED | ||
69 | , public LLWebBrowserCtrlObserver | ||
70 | #endif | ||
67 | { | 71 | { |
68 | public: | 72 | public: |
69 | LLPanelLogin(const LLRect &rect, BOOL show_server, | 73 | LLPanelLogin(const LLRect &rect, BOOL show_server, |
@@ -89,6 +93,11 @@ public: | |||
89 | private: | 93 | private: |
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 | ||
93 | private: | 102 | private: |
94 | LLPointer<LLViewerImage> mLogoImage; | 103 | LLPointer<LLViewerImage> mLogoImage; |