diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 15:17:05 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 15:17:05 -0500 |
commit | ce86efac3df1ed568ecac0ffcf38dce94bb3f1d4 (patch) | |
tree | bd5d26c2e44bc9e03921c8e82029b20fabd0b4c5 /indra/llcommon | |
parent | 5c8b2deb82cfe753d6fe25e418f99f05d76e0b73 (diff) | |
parent | 3a852170556cd4104dc7822140533d81d46b644d (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-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, |