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/viewer_components/updater/tests/llupdaterservice_test.cpp | |
parent | 3b560d4c4902eff361ac308f56d982b1147739c4 (diff) |
Reverted boost/cocoa changes to purely Mountain Lion fixes.
Diffstat (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index 6f67fd0da0..8ffb5cacc2 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -1,4 +1,4 @@ -/** +/** * @file llupdaterservice_test.cpp * @brief Tests of llupdaterservice.cpp. * @@ -54,6 +54,10 @@ class LLDir_Mock : public LLDir { void initAppDirs(const std::string &app_name, const std::string& app_read_only_data_dir = "") {} + U32 countFilesInDir(const std::string &dirname, const std::string &mask) + { + return 0; + } void getRandomFileInDir(const std::string &dirname, const std::string &mask, |