diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-02-02 14:19:15 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-02-02 14:19:15 +0200 |
commit | f69510e20c14f8afbdaa9fad06f7dbb2ba09b774 (patch) | |
tree | abeeba79b3cdce11e8d0f51ca592b2792ec34fec /indra/newview/llnearbychat.h | |
parent | e43d0f18150ee2fae4c1533e643ace5d7e5813f2 (diff) |
added loading/parsing 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 5fb8ade19e..6ea4248578 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -65,6 +65,10 @@ public: static void processChatHistoryStyleUpdate(const LLSD& newvalue); + void loadHistory(); + + static LLNearbyChat* getInstance(); + private: virtual void applySavedVariables(); |