summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-07-01 19:03:31 -0400
committerbrad kittenbrink <brad@lindenlab.com>2009-07-01 19:03:31 -0400
commit8b3cd39a45e288b8383a5e7953f68458637cb719 (patch)
treec96e28df4ca81d65e8982245f1c1327d488de511 /indra/llcommon/lleventdispatcher.h
parentf94d959e84cdcc552f6f5a39ee08a85c1e52d858 (diff)
parent7e35f971442e5667c0f8732db31a8b8189f0f9f4 (diff)
Merged in windows LL_COMMON_API dll linkage fixes.
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 155fe0648f..ef83ebabc1 100644
--- a/indra/llcommon/lleventdispatcher.h
+++ b/indra/llcommon/lleventdispatcher.h
@@ -114,6 +114,8 @@ class LL_COMMON_API 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);