diff options
author | Christian Goetze <cg@lindenlab.com> | 2009-01-06 23:30:52 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2009-01-06 23:30:52 +0000 |
commit | b96d890c44c347bdc0d0109f0a2e3998233a4c5c (patch) | |
tree | 886810433c0d0fdc372b6553fd35616acd0255de /indra/llvfs/lldir.h | |
parent | 36645d1c52b2667d28c76f1aa8e2a0e60ad762bc (diff) |
QAR-1141 svn merge -r107086:107087 svn+ssh://svn.lindenlab.com/svn/user/cg/llvfs-fix-2
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r-- | indra/llvfs/lldir.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index ea5186d092..e3aceee066 100644 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -126,6 +126,9 @@ class LLDir virtual void dumpCurrentDirectories(); + // Utility routine + std::string buildSLOSCacheDir() const; + protected: std::string mAppName; // install directory under progams/ ie "SecondLife" std::string mExecutablePathAndName; // full path + Filename of .exe @@ -141,6 +144,7 @@ protected: std::string mCAFile; // Location of the TLS certificate authority PEM file. std::string mTempDir; std::string mCacheDir; // cache directory as set by user preference + std::string mDefaultCacheDir; // default cache diretory std::string mOSCacheDir; // operating system cache dir std::string mDirDelimiter; std::string mSkinDir; // Location for current skin info. |