diff options
author | Aura Linden <aura@lindenlab.com> | 2012-08-15 12:49:42 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-08-15 12:49:42 -0700 |
commit | b0c683344f9cee30f4dcd941a8f86cf4b763cc12 (patch) | |
tree | e6d360f6e35a32d43f20910ddd4d6358fd8028df /indra/viewer_components/updater/tests | |
parent | 364566924188c7aed5d391bf9a226fc4779ba020 (diff) |
10.5 macs will begin looking for mac_legacy rather than mac
Diffstat (limited to 'indra/viewer_components/updater/tests')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index e19d5724f1..7c016fecf9 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. * @@ -44,7 +44,7 @@ *****************************************************************************/ LLUpdateChecker::LLUpdateChecker(LLUpdateChecker::Client & client) {} -void LLUpdateChecker::check(std::string const & protocolVersion, std::string const & hostUrl, +void LLUpdateChecker::checkVersion(std::string const & protocolVersion, std::string const & hostUrl, std::string const & servicePath, std::string channel, std::string version) {} LLUpdateDownloader::LLUpdateDownloader(Client & ) {} |