summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-03-05 13:20:24 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2013-03-05 13:20:24 -0800
commit95cea4aa71b84fb203167084c51892f09520fd48 (patch)
treec5699cf81e1c878efacc84df149b641183e93f45 /indra/newview/lllogchat.h
parent49319a90ef1fcca590e077805d5aaa65322a1a6d (diff)
CHUI-778: Adjusted deletion of transcripts/logs to be more clean code-wise.
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());