diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-07-01 13:35:28 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-07-01 13:35:28 -0400 |
commit | ca798b4fb243fbd85f71ea1b384181dd07ab6f66 (patch) | |
tree | 670313694cb7221590278253ab19f7dd20dc989a /indra/llcommon/lleventdispatcher.h | |
parent | 87918b4bfe27ddcba2e4a44323ebc85e509a92fc (diff) |
DEV-31980: provide a way to retrieve LLDispatchListener's tweaked LLEventPump name
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
-rw-r--r-- | indra/llcommon/lleventdispatcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lleventdispatcher.h b/indra/llcommon/lleventdispatcher.h index 4da0a01c69..ffc2f3eb00 100644 --- a/indra/llcommon/lleventdispatcher.h +++ b/indra/llcommon/lleventdispatcher.h @@ -114,6 +114,8 @@ class LLDispatchListener: public LLEventDispatcher public: LLDispatchListener(const std::string& pumpname, const std::string& key); + std::string getPumpName() const { return mPump.getName(); } + private: bool process(const LLSD& event); |