diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-10 14:26:14 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-10 14:26:14 -0800 |
commit | b2e84d739b4f5c00b497e57e892fc10d78af8b76 (patch) | |
tree | f035b0be5134c0286f4af7d4f5835ea533ec2e3f /indra/viewer_components/updater/llupdatedownloader.h | |
parent | f42bb00627f756b277496ec203d567cac31b3438 (diff) |
CHOP-151 Adding startup updater flow to drive update installation and resume.
Diffstat (limited to 'indra/viewer_components/updater/llupdatedownloader.h')
-rw-r--r-- | indra/viewer_components/updater/llupdatedownloader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/llupdatedownloader.h b/indra/viewer_components/updater/llupdatedownloader.h index dc8ecc378a..fb628c99eb 100644 --- a/indra/viewer_components/updater/llupdatedownloader.h +++ b/indra/viewer_components/updater/llupdatedownloader.h @@ -71,6 +71,11 @@ class LLUpdateDownloader::Client { public: // The download has completed successfully. + // data is a map containing the following items: + // url - source (remote) location + // hash - the md5 sum that should match the installer file. + // path - destination (local) location + // size - the size of the installer in bytes virtual void downloadComplete(LLSD const & data) = 0; // The download failed. |