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

master
Nat Goodspeed 2009-07-01 13:35:28 -04:00
parent 87918b4bfe
commit ca798b4fb2
1 changed files with 2 additions and 0 deletions

View File

@ -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);