aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llevent.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcommon/llevent.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.h2
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
35class LLEventListener; 36class LLEventListener;
36class LLEvent; 37class 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