From 1154d5afde0730b541716587ca3c5b962dba1b8d Mon Sep 17 00:00:00 2001 From: Aura Linden Date: Wed, 25 Jul 2012 16:08:27 -0700 Subject: Reverted boost/cocoa changes to purely Mountain Lion fixes. --- indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp') 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, -- cgit v1.2.3