diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-10 09:43:01 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-10 09:43:01 -0800 |
commit | b89b41991e49e24b826d1b44ebfe3587a8b248ab (patch) | |
tree | 37536640360038142ba0199ff8f7d2e80c26a7c2 /indra/viewer_components/updater/llupdaterservice.h | |
parent | 9a3f6c1e0cb690201f91f21e3be393bace827604 (diff) |
ui improvements to more closely match UX design.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 1ffa609019..421481bc43 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -90,6 +90,11 @@ public: app_exit_callback_t aecb = callable; setImplAppExitCallback(aecb); } + + // If an update is or has been downloaded, this method will return the + // version string for that update. An empty string will be returned + // otherwise. + std::string updatedVersion(void); private: boost::shared_ptr<LLUpdaterServiceImpl> mImpl; |