summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychathandler.h
diff options
context:
space:
mode:
authorDave SIMmONs <simon@lindenlab.com>2011-03-17 11:38:43 -0700
committerDave SIMmONs <simon@lindenlab.com>2011-03-17 11:38:43 -0700
commit62214c96d465650f814194215b6b8f39ae38873a (patch)
treefc844585de8ac7ea63275abbcec15f0e0509d05e /indra/newview/llnearbychathandler.h
parent034cf7273fab18a7c6ad1fda1b0d2dd600f31825 (diff)
ER-616 : Create LLEventHost API to receive incoming chat messages. Added "LLChat" LLEventStream and pass incoming chat to it. Reviewed by Kelly.
Diffstat (limited to 'indra/newview/llnearbychathandler.h')
-rw-r--r--indra/newview/llnearbychathandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llnearbychathandler.h b/indra/newview/llnearbychathandler.h
index ec1f29cdfc..b0e4f62d51 100644
--- a/indra/newview/llnearbychathandler.h
+++ b/indra/newview/llnearbychathandler.h
@@ -29,6 +29,8 @@
#include "llnotificationhandler.h"
+class LLEventPump;
+
//add LLNearbyChatHandler to LLNotificationsUI namespace
namespace LLNotificationsUI{
@@ -44,6 +46,8 @@ public:
protected:
virtual void onDeleteToast(LLToast* toast);
virtual void initChannel();
+
+ static boost::scoped_ptr<LLEventPump> sChatWatcher;
};
}