summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-12-22 22:17:46 -0500
committerNat Goodspeed <nat@lindenlab.com>2009-12-22 22:17:46 -0500
commit840b8b04b2f575edb74588041a1b2763fae3a607 (patch)
treeb676009d0ec7fe6b324b75b9029999b30ccc8d10
parent3e8e3b85d9d84ef2386bb36beed4ade677c5a5e1 (diff)
parent5a1e07002a8851e9227cf85171c1af497c94f0cf (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
-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,