summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-07-01 13:35:28 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-07-01 13:35:28 -0400
commitca798b4fb243fbd85f71ea1b384181dd07ab6f66 (patch)
tree670313694cb7221590278253ab19f7dd20dc989a /indra/llcommon/lleventdispatcher.h
parent87918b4bfe27ddcba2e4a44323ebc85e509a92fc (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.h2
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);