summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-03-12 07:39:00 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-03-12 07:39:00 +0200
commitcca679e0d66caf0aa49a77a89f821f923d4ead59 (patch)
tree84d8e15d3422849305c65774b823758e56d7d085 /indra/newview/lllogchat.h
parent40f61ae60091909bae8229b7d0496154a87fefbf (diff)
parent130c11c9fe9edc315229f30c338698f0463d0ee4 (diff)
merge
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r--indra/newview/lllogchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h
index 784786a565..e819f00dd9 100644
--- a/indra/newview/lllogchat.h
+++ b/indra/newview/lllogchat.h
@@ -49,7 +49,9 @@ public:
const std::string& from,
const LLUUID& from_id,
const std::string& line);
+ static void findTranscriptFiles(std::string pattern, std::vector<std::string>& list_of_transcriptions);
static void getListOfTranscriptFiles(std::vector<std::string>& list);
+ static void getListOfTranscriptBackupFiles(std::vector<std::string>& list_of_transcriptions);
static void loadChatHistory(const std::string& file_name, std::list<LLSD>& messages, const LLSD& load_params = LLSD());