diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-12 12:23:30 -0800 |
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-12 12:23:30 -0800 |
| commit | 1368a94f014884588b343802eef5fd2c7888390a (patch) | |
| tree | 475fd8c13faaa50ded4034f169b7a43208c7d57b /indra/viewer_components/updater/llupdaterservice.h | |
| parent | 0f26013d1de5836b0be97d34af677f2a021f78fe (diff) | |
do not resume or install if current viewer version doesn't match the recorded version which started the process.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
| -rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 42ec3a2cab..ec20dc6e05 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -68,4 +68,7 @@ private: void setImplAppExitCallback(app_exit_callback_t aecb); }; +// Returns the full version as a string. +std::string const & ll_get_version(void); + #endif // LL_UPDATERSERVICE_H |
