diff options
author | Jacek Antonelli | 2009-09-10 02:38:36 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-10 02:38:36 -0500 |
commit | b3c39a47e76f595fd953d9ccffc58b0dfb8359db (patch) | |
tree | a4bfdb28caf5f42c7ff1878b359aa3fa6a79bc2c /linden/indra/llvfs/lldir.h | |
parent | Fixed line endings on hippo and grid manager files. (diff) | |
download | meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.zip meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.gz meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.bz2 meta-impy-b3c39a47e76f595fd953d9ccffc58b0dfb8359db.tar.xz |
Updated Grid Manager from Meerkat's SVN (as of r215).
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llvfs/lldir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llvfs/lldir.h b/linden/indra/llvfs/lldir.h index b041afc..4ab5d85 100644 --- a/linden/indra/llvfs/lldir.h +++ b/linden/indra/llvfs/lldir.h | |||
@@ -119,8 +119,8 @@ class LLDir | |||
119 | static std::string getForbiddenFileChars(); | 119 | static std::string getForbiddenFileChars(); |
120 | 120 | ||
121 | virtual void setChatLogsDir(const std::string &path); // Set the chat logs dir to this user's dir | 121 | virtual void setChatLogsDir(const std::string &path); // Set the chat logs dir to this user's dir |
122 | virtual void setPerAccountChatLogsDir(const std::string &first, const std::string &last); // Set the per user chat log directory. | 122 | virtual void setPerAccountChatLogsDir(const std::string &grid, const std::string &first, const std::string &last); // Set the per user chat log directory. |
123 | virtual void setLindenUserDir(const std::string &first, const std::string &last); // Set the linden user dir to this user's dir | 123 | 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 |
124 | virtual void setSkinFolder(const std::string &skin_folder); | 124 | virtual void setSkinFolder(const std::string &skin_folder); |
125 | virtual bool setCacheDir(const std::string &path); | 125 | virtual bool setCacheDir(const std::string &path); |
126 | 126 | ||