diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-14 09:54:28 -0800 | 
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-14 09:54:28 -0800 | 
| commit | 5b5d2c428c90b5172d53e1fbc3eb6e27daffddcb (patch) | |
| tree | 95656b2aed2d90aa620e59566c11af60f86123f5 /indra/viewer_components/updater/tests | |
| parent | 5b7a3d3a36b4bd01da80a0093bbc3e533f116f71 (diff) | |
Record update version in download marker so it can be recalled if resumed in another viewer session.
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 fbdf9a4993..be5a5da50d 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 &, bool){}
 +void LLUpdateDownloader::download(LLURI const & , std::string const &, std::string const &, bool){}
  class LLDir_Mock : public LLDir
  {
 | 
