summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-07-01 18:51:24 -0400
committerbrad kittenbrink <brad@lindenlab.com>2009-07-01 18:51:24 -0400
commit7e35f971442e5667c0f8732db31a8b8189f0f9f4 (patch)
tree6437555bfd521e02f95128c70d891adc1349d814 /indra/llcommon
parente17078810b4d1dbf11a13e9c4991451c85492856 (diff)
parentf68d3de9495d4a23a66ae61b1985e07694db4708 (diff)
Merged in backout of setSetting listener.
Diffstat (limited to 'indra/llcommon')
-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);