diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-10 13:48:37 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-10 13:48:37 +0300 |
commit | 47fe3b48fe32f9eb810a23d82eb08c11c41ac335 (patch) | |
tree | 0e2473ce971b2d3b9b889ce0e51510ae8d1a0777 /indra/newview/llimconversation.h | |
parent | 42dbf23dc56e0ab6842dd14b5701ffdb359f8bb6 (diff) |
CHUI-268 (Transfer the common functionality from LLNearbyChat and LLIMFloater to LLIMConversation): moved appendMessage() to base class
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index 50feb12aed..41a76c206e 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -104,6 +104,11 @@ protected: /* virtual */ void onFocusLost(); /* virtual */ void onFocusReceived(); + // prepare chat's params and out one message to chatHistory + void appendMessage(const LLChat& chat, const LLSD &args = 0); + + std::string appendTime(); + bool mIsNearbyChat; bool mIsP2PChat; |