diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2019-10-24 16:05:37 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 19:02:24 -0400 |
| commit | 26c8ccfc06bc9334c9a4d0d027e83ad0b1b92a86 (patch) | |
| tree | 532d7fd58dcadc63068093f8dc624fa3e55381db /indra/llcommon/lleventcoro.cpp | |
| parent | cbf146f2b3fc255bc83f2b01101dc29658bea6ea (diff) | |
DRTVWR-476: Back out changeset 40c0c6a8407d ("final" LLApp listener)
Diffstat (limited to 'indra/llcommon/lleventcoro.cpp')
| -rw-r--r-- | indra/llcommon/lleventcoro.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llcommon/lleventcoro.cpp b/indra/llcommon/lleventcoro.cpp index 785c231f2c..967c4d74d8 100644 --- a/indra/llcommon/lleventcoro.cpp +++ b/indra/llcommon/lleventcoro.cpp @@ -153,7 +153,6 @@ postAndSuspendSetup(const std::string& callerName, // The relative order of the two listen() calls below would only matter if // "LLApp" were an LLEventMailDrop. But if we ever go there, we'd want to // notice the pending LLApp status first. - // Run this listener before the "final" listener. LLBoundListener stopper( LLEventPumps::instance().obtain("LLApp").listen( listenerName, @@ -182,9 +181,7 @@ postAndSuspendSetup(const std::string& callerName, } // do not consume -- every listener must see status return false; - }, - LLEventPump::NameList{}, // after - LLEventPump::NameList{ "final "})); // before + })); LLBoundListener connection( replyPump.listen( listenerName, |
