diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-24 13:55:28 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-24 13:55:28 -0400 |
| commit | ca0f80c9dec990233468404d994227bdbea93790 (patch) | |
| tree | e2b03a81886912b0975d70ea21caefa628ac50ab /indra/viewer_components/updater/tests/llupdaterservice_test.cpp | |
| parent | b59a443254ef11def158ffb46dbbb3d4d3dada4a (diff) | |
| parent | e51a57b895895e3a3a613022b973067fd17d9561 (diff) | |
merge
Diffstat (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp')
| -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 & ) {} |
