summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdaterservice.h
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-18 15:40:36 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-18 15:40:36 -0800
commitcd30239eda5d8969db02c2c56d95332dd5039bb0 (patch)
tree54f49de82bfde61bd9520aef057abab8ea6a7f8f /indra/viewer_components/updater/llupdaterservice.h
parent0e52564f0a36365c2ce5f5263d15778394741fde (diff)
parent86e84a1313f9fcb78b3e6b490dcf1604829ef175 (diff)
Automated merge with https://bitbucket.org/mani_linden/viewer-development/
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r--indra/viewer_components/updater/llupdaterservice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h
index 8d0b95be86..55824af188 100644
--- a/indra/viewer_components/updater/llupdaterservice.h
+++ b/indra/viewer_components/updater/llupdaterservice.h
@@ -44,10 +44,11 @@ public:
static std::string const & pumpName(void);
// Type codes for events posted by this service. Stored the event's 'type' element.
- enum UpdateEvent {
+ enum eUpdateEvent {
INVALID,
DOWNLOAD_COMPLETE,
- DOWNLOAD_ERROR
+ DOWNLOAD_ERROR,
+ INSTALL_ERROR
};
LLUpdaterService();