summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdaterservice.h
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-12-02 11:37:26 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-12-02 11:37:26 -0800
commitc767276ce62f18a295d64054beda438250abd4ae (patch)
tree193109f40b3c8329aab04a499dc343975d146bfa /indra/viewer_components/updater/llupdaterservice.h
parent765d939956a0c1f67029d44fd29770aabc36d9b4 (diff)
expose update available method.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r--indra/viewer_components/updater/llupdaterservice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h
index 6ee7060d28..3763fbfde0 100644
--- a/indra/viewer_components/updater/llupdaterservice.h
+++ b/indra/viewer_components/updater/llupdaterservice.h
@@ -43,6 +43,9 @@ public:
// Name of the event pump through which update events will be delivered.
static std::string const & pumpName(void);
+ // Returns true if an update has been completely downloaded and is now ready to install.
+ static bool updateReadyToInstall(void);
+
// Type codes for events posted by this service. Stored the event's 'type' element.
enum eUpdaterEvent {
INVALID,