summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdaterservice.h
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-12-01 14:42:12 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-12-01 14:42:12 -0800
commit18dbbb4fa45fae8fc9d74eb040308e96abd9e749 (patch)
treeba277b6e6ff5eca771b01aecc5e205f7416284a5 /indra/viewer_components/updater/llupdaterservice.h
parentef07a4b239cb111ec17d7a7a90c161aff9821441 (diff)
download progress events.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r--indra/viewer_components/updater/llupdaterservice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h
index 752a6f834b..1266bcae08 100644
--- a/indra/viewer_components/updater/llupdaterservice.h
+++ b/indra/viewer_components/updater/llupdaterservice.h
@@ -48,7 +48,8 @@ public:
INVALID,
DOWNLOAD_COMPLETE,
DOWNLOAD_ERROR,
- INSTALL_ERROR
+ INSTALL_ERROR,
+ PROGRESS
};
LLUpdaterService();