diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-02-27 17:40:39 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-02-27 17:40:39 -0500 | 
| commit | 49ed1a4e32013cda716998784338a01b12c663ef (patch) | |
| tree | 9c1f83682d8651160d6a52e26cc267b0d557d794 /indra/viewer_components/updater/tests | |
| parent | 13fe905b24546dda39a88466517aa0c6b449fbd8 (diff) | |
finish changes to update handling, including notices of channel changes
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 ddaaccc051..51b63dcb7b 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -53,7 +53,7 @@ void LLUpdateChecker::checkVersion(std::string const & hostUrl,  								   bool                willing_to_test)  {}  LLUpdateDownloader::LLUpdateDownloader(Client & ) {} -void LLUpdateDownloader::download(LLURI const & , std::string const &, std::string const &, bool){} +void LLUpdateDownloader::download(LLURI const & , std::string const &, std::string const &, std::string const &, std::string const &, bool){}  class LLDir_Mock : public LLDir  { | 
