DEV-31980: provide a way to retrieve LLDispatchListener's tweaked LLEventPump name
parent
87918b4bfe
commit
ca798b4fb2
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue