diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcommon/llevent.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llcommon/llevent.h')
-rw-r--r-- | linden/indra/llcommon/llevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llevent.h b/linden/indra/llcommon/llevent.h index c48817e..bcb6ee9 100644 --- a/linden/indra/llcommon/llevent.h +++ b/linden/indra/llcommon/llevent.h | |||
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include "llsd.h" | 32 | #include "llsd.h" |
33 | #include "llmemory.h" | 33 | #include "llmemory.h" |
34 | #include "llthread.h" | ||
34 | 35 | ||
35 | class LLEventListener; | 36 | class LLEventListener; |
36 | class LLEvent; | 37 | class LLEvent; |
@@ -128,6 +129,7 @@ public: | |||
128 | 129 | ||
129 | // Adds a listener to this dispatcher, with a given user data | 130 | // Adds a listener to this dispatcher, with a given user data |
130 | // that will be passed to the listener when an event is fired. | 131 | // that will be passed to the listener when an event is fired. |
132 | // Duplicate pointers are removed on addtion. | ||
131 | void addListener(LLEventListener *listener, LLSD filter, const LLSD& userdata); | 133 | void addListener(LLEventListener *listener, LLSD filter, const LLSD& userdata); |
132 | 134 | ||
133 | // Removes a listener from this dispatcher | 135 | // Removes a listener from this dispatcher |