diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-22 11:36:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-22 11:36:09 -0400 |
commit | f78861c7bc355ddbcc3e942c41835a94070614c9 (patch) | |
tree | 643197ac64c6bd3ba6110bd86f0064340cfa12ab /indra/viewer_components/updater/llupdatechecker.h | |
parent | 63d04204a99802d3200452e101d9bb1b898be881 (diff) | |
parent | 5c4babf0fd718bae28f5b293280b5a99a0b35e0c (diff) |
pull back release hotfix and beta fixes
Diffstat (limited to 'indra/viewer_components/updater/llupdatechecker.h')
-rw-r--r-- | indra/viewer_components/updater/llupdatechecker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdatechecker.h b/indra/viewer_components/updater/llupdatechecker.h index cea1f13647..d882169068 100644 --- a/indra/viewer_components/updater/llupdatechecker.h +++ b/indra/viewer_components/updater/llupdatechecker.h @@ -44,7 +44,7 @@ public: LLUpdateChecker(Client & client); // Check status of current app on the given host for the channel and version provided. - void check(std::string const & protocolVersion, std::string const & hostUrl, + void checkVersion(std::string const & protocolVersion, std::string const & hostUrl, std::string const & servicePath, std::string channel, std::string version); private: |