summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-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);