diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-21 07:22:37 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-21 07:22:37 -0500 |
commit | bca2b9a053b1358435b57e0c7a59866702644844 (patch) | |
tree | 017eff9fe68352e4dca6db8837b513b78dfa7f47 /indra/llvfs/lldir_win32.h | |
parent | ad555098bf599bbb9bdb4db945baef56674c0f2d (diff) | |
parent | a426a4b65b4914c2469a0db1dbde4051b59c289b (diff) |
merge changes for storm-832
Diffstat (limited to 'indra/llvfs/lldir_win32.h')
-rw-r--r-- | indra/llvfs/lldir_win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h index 19c610eb8b..4c932c932c 100644 --- a/indra/llvfs/lldir_win32.h +++ b/indra/llvfs/lldir_win32.h @@ -40,12 +40,15 @@ public: /*virtual*/ std::string getCurPath(); /*virtual*/ U32 countFilesInDir(const std::string &dirname, const std::string &mask); + /*virtual*/ BOOL getNextFileInDir(const std::string &dirname, const std::string &mask, std::string &fname); /*virtual*/ BOOL fileExists(const std::string &filename) const; /*virtual*/ std::string getLLPluginLauncher(); /*virtual*/ std::string getLLPluginFilename(std::string base_name); private: + BOOL LLDir_Win32::getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname); + void* mDirSearch_h; llutf16string mCurrentDir; }; |