From 34c77159f7dea117eb69fe013b09f2719b12e612 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 9 Jul 2013 08:39:22 -0700 Subject: CHOP-963: Make update service query url depend on the grid rather than settings --- indra/newview/llviewernetwork.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'indra/newview/llviewernetwork.h') diff --git a/indra/newview/llviewernetwork.h b/indra/newview/llviewernetwork.h index 3f56103b2e..8526c0ba7f 100755 --- a/indra/newview/llviewernetwork.h +++ b/indra/newview/llviewernetwork.h @@ -139,6 +139,14 @@ class LLGridManager : public LLSingleton * I am not sure which is which */ + //@} + /* ================================================================ + * @name Update Related Properties + * @{ + */ + /// Get the update service URL base (host and path) for the selected grid + std::string getUpdateServiceURL(); + //@} /* ================================================================ @@ -207,6 +215,7 @@ class LLGridManager : public LLSingleton const std::string& login, const std::string& helper, const std::string& login_page, + const std::string& update_url_base, const std::string& login_id = ""); -- cgit v1.2.3