diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-25 16:08:27 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-25 16:08:27 -0700 |
commit | 1154d5afde0730b541716587ca3c5b962dba1b8d (patch) | |
tree | c59af776d3436d4bde58551075d03cca4b5214f6 /indra/llvfs/lldir.h | |
parent | 3b560d4c4902eff361ac308f56d982b1147739c4 (diff) |
Reverted boost/cocoa changes to purely Mountain Lion fixes.
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r-- | indra/llvfs/lldir.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index a8b204e63e..3b1883b5d8 100644 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -1,4 +1,4 @@ -/** +/** * @file lldir.h * @brief Definition of directory utilities class * @@ -73,6 +73,8 @@ class LLDir virtual S32 deleteFilesInDir(const std::string &dirname, const std::string &mask); // pure virtual functions + virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask) = 0; + virtual std::string getCurPath() = 0; virtual BOOL fileExists(const std::string &filename) const = 0; |