diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 12:15:49 -0800 |
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 12:15:49 -0800 |
| commit | cf3ded4491751231056b220525970e125d813e6a (patch) | |
| tree | 8e6698af8241dfee4dce2afa59e6ebc291f99d8f /indra/newview/llmainlooprepeater.cpp | |
| parent | 0018762228c627b27ccc0d98528cfe745ca5d53e (diff) | |
First draft of CHOP-106 downloaded update ready notification.
Reviewed by mani.
Diffstat (limited to 'indra/newview/llmainlooprepeater.cpp')
| -rw-r--r-- | indra/newview/llmainlooprepeater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmainlooprepeater.cpp b/indra/newview/llmainlooprepeater.cpp index ddc925a73b..5c020e6d98 100644 --- a/indra/newview/llmainlooprepeater.cpp +++ b/indra/newview/llmainlooprepeater.cpp @@ -48,9 +48,9 @@ void LLMainLoopRepeater::start(void) mQueue = new LLThreadSafeQueue<LLSD>(gAPRPoolp, 1024); mMainLoopConnection = LLEventPumps::instance(). - obtain("mainloop").listen("stupid name here", boost::bind(&LLMainLoopRepeater::onMainLoop, this, _1)); + obtain("mainloop").listen(LLEventPump::inventName(), boost::bind(&LLMainLoopRepeater::onMainLoop, this, _1)); mRepeaterConnection = LLEventPumps::instance(). - obtain("mainlooprepeater").listen("other stupid name here", boost::bind(&LLMainLoopRepeater::onMessage, this, _1)); + obtain("mainlooprepeater").listen(LLEventPump::inventName(), boost::bind(&LLMainLoopRepeater::onMessage, this, _1)); } |
