diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-23 16:30:09 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-23 16:30:09 +0200 |
commit | 9d08360f73fdb1080f76c4034cbac5c37ee8b75b (patch) | |
tree | b0a0a8676979735d24ac7bf28516cbc745442658 /indra/llcommon/lleventdispatcher.h | |
parent | cf18b668ce65cade3b0f2257f4005098b81b9e07 (diff) | |
parent | 840b8b04b2f575edb74588041a1b2763fae3a607 (diff) |
Merge from default branch.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
-rw-r--r-- | indra/llcommon/lleventdispatcher.h | 3 |
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, |