aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs/lldir.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llvfs/lldir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llvfs/lldir.h b/linden/indra/llvfs/lldir.h
index 760b651..21dcf5b 100644
--- a/linden/indra/llvfs/lldir.h
+++ b/linden/indra/llvfs/lldir.h
@@ -125,8 +125,8 @@ class LLDir
125 static std::string getForbiddenFileChars(); 125 static std::string getForbiddenFileChars();
126 126
127 virtual void setChatLogsDir(const std::string &path); // Set the chat logs dir to this user's dir 127 virtual void setChatLogsDir(const std::string &path); // Set the chat logs dir to this user's dir
128 virtual void setPerAccountChatLogsDir(const std::string &first, const std::string &last); // Set the per user chat log directory. 128 virtual void setPerAccountChatLogsDir(const std::string &grid, const std::string &first, const std::string &last); // Set the per user chat log directory.
129 virtual void setLindenUserDir(const std::string &first, const std::string &last); // Set the linden user dir to this user's dir 129 virtual void setLindenUserDir(const std::string &grid, const std::string &first, const std::string &last); // Set the linden user dir to this user's dir
130 virtual void setSkinFolder(const std::string &skin_folder); 130 virtual void setSkinFolder(const std::string &skin_folder);
131 virtual bool setCacheDir(const std::string &path); 131 virtual bool setCacheDir(const std::string &path);
132 132