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/llupdatedownloader.h | |
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/llupdatedownloader.h')
-rw-r--r-- | indra/viewer_components/updater/llupdatedownloader.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdatedownloader.h b/indra/viewer_components/updater/llupdatedownloader.h index 4e20b307b8..0d635640cf 100644 --- a/indra/viewer_components/updater/llupdatedownloader.h +++ b/indra/viewer_components/updater/llupdatedownloader.h @@ -52,7 +52,10 @@ public: void cancel(void); // Start a new download. - void download(LLURI const & uri, std::string const & hash, bool required=false); + void download(LLURI const & uri, + std::string const & hash, + std::string const & updateVersion, + bool required=false); // Returns true if a download is in progress. bool isDownloading(void); |