summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-01-29 00:19:29 +0000
committerCho <cho@lindenlab.com>2013-01-29 00:19:29 +0000
commitacd28e28bc6ff48789ba321a470f05f7162ddd46 (patch)
tree9d314ca328862b75b8ab50852bec05a47fe48a2e /indra/llvfs/lldir.h
parent44b681f5db9435f98d52525621aa98b0a8ed3063 (diff)
parentf9d44737b780542c4f4e3f02122b0cf9fb0fd8c6 (diff)
merging latest changes
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r--indra/llvfs/lldir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h
index 300ff1eef6..95cab65149 100644
--- a/indra/llvfs/lldir.h
+++ b/indra/llvfs/lldir.h
@@ -186,6 +186,7 @@ class LLDir
virtual std::string getSkinFolder() const;
virtual std::string getLanguage() const;
virtual bool setCacheDir(const std::string &path);
+ virtual void updatePerAccountChatLogsDir();
virtual void dumpCurrentDirectories();
@@ -243,6 +244,7 @@ protected:
std::vector<std::string> mSearchSkinDirs;
std::string mLanguage; // Current viewer language
std::string mLLPluginDir; // Location for plugins and plugin shell
+ std::string mUserName; // Current user name
};
void dir_exists_or_crash(const std::string &dir_name);