diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 14:32:37 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 14:32:37 -0800 |
commit | 4d861ef022f6c22837de4c76ee3e7f2b191b8a5e (patch) | |
tree | ea3cceba97e61d57c17c3128582216a462e17f4f /indra/viewer_components/updater/tests | |
parent | 6faefa6440e61ade7dae9845757756521be92d7a (diff) |
push required flag into download data for later use.
Diffstat (limited to 'indra/viewer_components/updater/tests')
-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 04ed4e6364..050bb774f7 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -48,7 +48,7 @@ void LLUpdateChecker::check(std::string const & protocolVersion, std::string con std::string const & servicePath, std::string channel, std::string version)
{}
LLUpdateDownloader::LLUpdateDownloader(Client & ) {}
-void LLUpdateDownloader::download(LLURI const & , std::string const &){}
+void LLUpdateDownloader::download(LLURI const & , std::string const &, bool){}
class LLDir_Mock : public LLDir
{
|