summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-15 07:27:50 -0500
committerOz Linden <oz@lindenlab.com>2010-11-15 07:27:50 -0500
commit0cd40b4409b237093a771b28933ac2a33fa9f266 (patch)
tree6aec2ccf66265722f4cb6f16774b54a7fa3eca49 /indra/newview/lllogchat.h
parentef46e7037ca59224dfcdf3745e165ee97b086a69 (diff)
parent5cbbb565f1bba870ec6db0b266e8768ecbdb7826 (diff)
merge fix for STORM-579
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r--indra/newview/lllogchat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h
index 6958d56311..27752452c9 100644
--- a/indra/newview/lllogchat.h
+++ b/indra/newview/lllogchat.h
@@ -41,6 +41,10 @@ public:
};
static std::string timestamp(bool withdate = false);
static std::string makeLogFileName(std::string(filename));
+ /**
+ *Add functions to get old and non date stamped file names when needed
+ */
+ static std::string oldLogFileName(std::string(filename));
static void saveHistory(const std::string& filename,
const std::string& from,
const LLUUID& from_id,