diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-24 12:11:20 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-24 12:11:20 -0700 |
commit | ed4b37906749dd7ba2da56af741f2c0826f222d1 (patch) | |
tree | a40eb4acce9747df9c7ff0150f60d543d6f02f59 /indra/newview | |
parent | 629ae69793f98c1c92c08b1d657e94306fb920e7 (diff) |
Eliminated countFilesInDir boostified getCurPath for OSX
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/tests/lldir_stub.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/tests/lldir_stub.cpp b/indra/newview/tests/lldir_stub.cpp index 18cf4e7419..288541b4fd 100644 --- a/indra/newview/tests/lldir_stub.cpp +++ b/indra/newview/tests/lldir_stub.cpp @@ -45,7 +45,6 @@ public: /*virtual*/ void initAppDirs(const std::string &app_name) {} /*virtual*/ std::string getCurPath() { return "CUR_PATH_FROM_LLDIR"; } - /*virtual*/ U32 countFilesInDir(const std::string &dirname, const std::string &mask) { return 42; } /*virtual*/ BOOL getNextFileInDir(const std::string &dirname, const std::string &mask, std::string &fname, BOOL wrap) { fname = fname + "_NEXT"; return false; } /*virtual*/ void getRandomFileInDir(const std::string &dirname, const std::string &mask, std::string &fname) { fname = "RANDOM_FILE"; } /*virtual*/ BOOL fileExists(const std::string &filename) const { return false; } |