diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-22 10:51:52 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-22 10:51:52 -0400 |
commit | e4b553075e5e7cb725e219008d147298b24626bb (patch) | |
tree | 2051216dcb9c9d996e2c6aef7ab2d07eccd95411 /indra/viewer_components/updater/tests | |
parent | e7b378f0f1f9b1cc2c1dcba809484a177338de64 (diff) | |
parent | 173364ed5da234c68dd6d0497e443f7aeb98e1b1 (diff) |
merge changes for
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 & ) {} |