diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-08-14 14:40:43 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-08-14 14:40:43 -0400 |
| commit | 2da8eb43d57ae6876f9955386f604f2c56849211 (patch) | |
| tree | 5a6aee8ecbb481d953a7831519ef17ba8eb8c36e /indra/llui/llfloaterreg.cpp | |
| parent | 9695162dc20085c807363e562281271cec21cc1d (diff) | |
Wrap a subset of the LLFloaterReg API with an event API
Diffstat (limited to 'indra/llui/llfloaterreg.cpp')
| -rw-r--r-- | indra/llui/llfloaterreg.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.cpp b/indra/llui/llfloaterreg.cpp index a63b1b085c..8617ba940e 100644 --- a/indra/llui/llfloaterreg.cpp +++ b/indra/llui/llfloaterreg.cpp @@ -36,6 +36,7 @@ #include "llfloater.h" #include "llmultifloater.h" +#include "llfloaterreglistener.h" //******************************************************* @@ -45,6 +46,8 @@ LLFloaterReg::instance_map_t LLFloaterReg::sInstanceMap; LLFloaterReg::build_map_t LLFloaterReg::sBuildMap; std::map<std::string,std::string> LLFloaterReg::sGroupMap; +static LLFloaterRegListener sFloaterRegListener("LLFloaterReg"); + //******************************************************* //static |
