summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-02-02 14:19:15 +0200
committerIgor Borovkov <iborovkov@productengine.com>2010-02-02 14:19:15 +0200
commitf69510e20c14f8afbdaa9fad06f7dbb2ba09b774 (patch)
treeabeeba79b3cdce11e8d0f51ca592b2792ec34fec /indra/newview/llnearbychat.h
parente43d0f18150ee2fae4c1533e643ace5d7e5813f2 (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.h4
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();