diff options
Diffstat (limited to '')
-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 |