diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-13 14:27:15 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-13 14:27:15 +0200 |
commit | 4f51ab844859e0784324b70751b3d06dfd84cfa5 (patch) | |
tree | c889d6ba851fbe7b1415c5ae84e90822d3e7f34d /indra/newview/llimfloater.h | |
parent | c63c9656fc9fd1e6dd80d4fa6ff3138d32ca5e4e (diff) |
fixed EXT-3821 [BSI] New IMs are not added as tabs
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 87ccad1d34..d9db385d06 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -74,6 +74,8 @@ public: static LLIMFloater* findInstance(const LLUUID& session_id); + static LLIMFloater* getInstance(const LLUUID& session_id); + void sessionInitReplyReceived(const LLUUID& im_session_id); // get new messages from LLIMModel @@ -112,6 +114,8 @@ public: //used as a callback on receiving new IM message static void sRemoveTypingIndicator(const LLSD& data); + static void onIMChicletCreated(const LLUUID& session_id); + private: // process focus events to set a currently active session /* virtual */ void onFocusLost(); |