Skip to content
Snippets Groups Projects
Commit ca798b4f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DEV-31980: provide a way to retrieve LLDispatchListener's tweaked LLEventPump name

parent 87918b4b
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ class 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment