diff options
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. |