diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-04 14:08:14 -0700 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-04 14:08:14 -0700 |
commit | dfeb7abe5f690bbd3a908c84c53bbea20a5adb7c (patch) | |
tree | 79ec9dbeb8520a3b377915785e97f082099a0313 /indra/viewer_components/updater/llupdaterservice.h | |
parent | 7622ab9249506539894d0e33d4c2a8fd9fb3e3ac (diff) |
checker working with v1.0 update protocol.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 313ae8ada3..83b09c4bdd 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -42,9 +42,9 @@ public: LLUpdaterService(); ~LLUpdaterService(); - // The base URL. - // *NOTE:Mani The grid, if any, would be embedded in the base URL. - void setParams(const std::string& url, + void setParams(const std::string& version, + const std::string& url, + const std::string& path, const std::string& channel, const std::string& version); |