diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-02-02 14:37:31 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-02-02 14:37:31 +0200 |
commit | 0763fac7653d0c280ed2fd808f2c1bb594c2e804 (patch) | |
tree | eb22d8f60ecbeb3cbf3aeaf0eb5b3fb5e25df124 /indra/newview/llnearbychat.h | |
parent | f69510e20c14f8afbdaa9fad06f7dbb2ba09b774 (diff) |
added saving of nearby chat history - EXT-4777 Implement saving and loading chat history for Nearby Chat (both plain text and widgeted chat)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 6ea4248578..6ef2a1fee3 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -47,6 +47,8 @@ public: ~LLNearbyChat(); BOOL postBuild (); + + /** @param archive true - to save a message to the chat history log */ void addMessage (const LLChat& message,bool archive = true, const LLSD &args = LLSD()); void onNearbyChatContextMenuItemClicked(const LLSD& userdata); bool onNearbyChatCheckContextMenuItem(const LLSD& userdata); |