summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-08-06 16:08:48 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-08-06 16:08:48 -0400
commitda30bd882dd8fbf33215726efd90e53209481f1c (patch)
tree9285e8ac2b3eea0ae1998a831d83adb5de804f62 /indra/llcommon/lleventdispatcher.h
parentd3b1859ca3d6c2c2bcc92edba994b522cf9d4e99 (diff)
parent628cd605080546c400d3343bf0834bebf693bbcf (diff)
Merge branch 'release/luau-scripting' into viewer-lua-smoother
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
-rw-r--r--indra/llcommon/lleventdispatcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/lleventdispatcher.h b/indra/llcommon/lleventdispatcher.h
index 5adaa3ebae..698412fdb4 100644
--- a/indra/llcommon/lleventdispatcher.h
+++ b/indra/llcommon/lleventdispatcher.h
@@ -853,8 +853,10 @@ public:
std::string getPumpName() const { return getName(); }
+protected:
+ virtual bool process(const LLSD& event) const;
+
private:
- bool process(const LLSD& event) const;
void call_one(const LLSD& name, const LLSD& event) const;
void call_map(const LLSD& reqmap, const LLSD& event) const;
void call_array(const LLSD& reqarray, const LLSD& event) const;