diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-31 17:14:37 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-31 17:14:37 -0700 |
commit | 1d950fad52bef2fbb0edd6846a6d7d1d3037b5d0 (patch) | |
tree | 8aeaa66125ef4a492f868c9dd8a4304c9f934d44 /indra/viewer_components/updater/tests/llupdaterservice_test.cpp | |
parent | 78854c9baa4528943a0b399bca38b7f6dd446000 (diff) |
For mac, viewers on 10.5 will pull mac_legacy rather than mac
Diffstat (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index 8ffb5cacc2..7c016fecf9 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.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 & ) {} |