diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-23 19:27:02 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-23 19:27:02 -0700 |
commit | c837f5eccbb298378ec84907da63fa35f91681c3 (patch) | |
tree | 18738d466aabddbec4a363d39b1999fdeda9ec30 /indra/newview/llnearbychatbar.h | |
parent | 105b15436d37149f6df71866125871448ee4fbcb (diff) | |
parent | 2ecf4fb30779796909702c8cf4b250bc74af1ded (diff) |
EXP-1027 : pull from viewer-experience-fui
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index efddec942f..f4a8605e18 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -93,23 +93,23 @@ private: }; class LLNearbyChatBar -: public LLPanel +: public LLFloater { public: // constructor for inline chat-bars (e.g. hosted in chat history window) - LLNearbyChatBar(); + LLNearbyChatBar(const LLSD& key); ~LLNearbyChatBar() {} virtual BOOL postBuild(); static LLNearbyChatBar* getInstance(); - static bool instanceExists(); - LLLineEditor* getChatBox() { return mChatBox; } virtual void draw(); + virtual void onClose(bool app_quitting); + std::string getCurrentChat(); virtual BOOL handleKeyHere( KEY key, MASK mask ); |