diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:30:57 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:30:57 -0500 |
commit | 19122e164ca2a3c1616619b220118344b1858cc8 (patch) | |
tree | 0d9e55d749da2856f44008937d0b7376cb78eece /indra/newview/llurldispatcher.cpp | |
parent | 99d757e04152a291ca14c8cb432597de8f2b61e2 (diff) |
Add LL(URLDispatcher,CommandDispatcher,PanelLogin)Listener
LLURLDispatcherListener accepts requests for LLURLDispatcher.
LLCommandDispatcherListener accepts requests for LLCommandDispatcher.
LLPanelLoginListener accepts requests specifically for LLPanelLogin. Initially
it supports a simulated click to the "Log In" button.
Diffstat (limited to 'indra/newview/llurldispatcher.cpp')
-rw-r--r-- | indra/newview/llurldispatcher.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llurldispatcher.cpp b/indra/newview/llurldispatcher.cpp index 46618d4026..f8c82f8b22 100644 --- a/indra/newview/llurldispatcher.cpp +++ b/indra/newview/llurldispatcher.cpp @@ -47,11 +47,14 @@ #include "llurlsimstring.h" #include "llweb.h" #include "llworldmapmessage.h" +#include "llurldispatcherlistener.h" // library includes #include "llnotificationsutil.h" #include "llsd.h" +static LLURLDispatcherListener sURLDispatcherListener; + class LLURLDispatcherImpl { public: |