From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/llcommon/llevent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/llcommon/llevent.h') 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 @@ #include "llsd.h" #include "llmemory.h" +#include "llthread.h" class LLEventListener; class LLEvent; @@ -128,6 +129,7 @@ public: // Adds a listener to this dispatcher, with a given user data // that will be passed to the listener when an event is fired. + // Duplicate pointers are removed on addtion. void addListener(LLEventListener *listener, LLSD filter, const LLSD& userdata); // Removes a listener from this dispatcher -- cgit v1.1