summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2009-12-23 17:27:10 +0200
committerIgor Borovkov <iborovkov@productengine.com>2009-12-23 17:27:10 +0200
commitfc021e1c2d7cd8e1faa848d9d694e5811f6ebd0e (patch)
tree98c43f908cdc6c1116f7e06f09f55567847663ae /indra/llcommon
parenta6f854979acb5e3e83973c5021077362b3643e01 (diff)
parent7a0e2dc59b9e2de48e02cc441a87cf78cb5317c4 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lleventdispatcher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/lleventdispatcher.h b/indra/llcommon/lleventdispatcher.h
index c8c4fe0c3c..1e625bcee8 100644
--- a/indra/llcommon/lleventdispatcher.h
+++ b/indra/llcommon/lleventdispatcher.h
@@ -139,6 +139,9 @@ public:
/// Get information about a specific Callable
LLSD getMetadata(const std::string& name) const;
+ /// Retrieve the LLSD key we use for one-arg <tt>operator()</tt> method
+ std::string getDispatchKey() const { return mKey; }
+
private:
template <class CLASS, typename METHOD>
void addMethod(const std::string& name, const std::string& desc,