diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-15 16:06:38 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-15 16:06:38 -0700 |
commit | b91ac7ae99c4034b31a07a8074f2e14d64790976 (patch) | |
tree | 0413f7b71f1a229eb45963152061ff99cdcdaa4f /indra/newview/llbottomtray.h | |
parent | 57ac771b154d7722e4774b40a607a11f3286f472 (diff) |
ER-614 : Add lleventhost API to send chat messages. Reviewed by Kelly
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 04e5f5e9e0..83a33845bf 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -39,6 +39,7 @@ class LLIMChiclet; class LLBottomTrayLite; class LLLayoutPanel; class LLMenuGL; +class LLNearbyChatBarListener; // Build time optimization, generate once in .cpp file #ifndef LLBOTTOMTRAY_CPP @@ -508,6 +509,9 @@ protected: * Image used to show position where dragged button will be dropped. */ LLUIImage* mImageDragIndication; + + // We want only one LLNearbyChatBarListener object, so it's tied to this singleton + boost::shared_ptr<LLNearbyChatBarListener> mListener; }; #endif // LL_LLBOTTOMPANEL_H |