summaryrefslogtreecommitdiff
path: root/indra/newview/llviewernetwork.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-07-15 16:27:22 -0400
committerOz Linden <oz@lindenlab.com>2013-07-15 16:27:22 -0400
commit2192a024ac8cdada18785f8627970d4908cc1730 (patch)
treeccc1d84d72df56f501393ec150df770b2f0e1492 /indra/newview/llviewernetwork.h
parentc18c1f2defa8109f07a5cd758dce2f6f9333c333 (diff)
parent3e6ce2dbad485b1df10414dcb2ee0ee935da2750 (diff)
merge changes for CHOP-963
Diffstat (limited to 'indra/newview/llviewernetwork.h')
-rwxr-xr-xindra/newview/llviewernetwork.h9
1 files changed, 9 insertions, 0 deletions
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
@@ -140,6 +140,14 @@ class LLGridManager : public LLSingleton<LLGridManager>
*/
//@}
+ /* ================================================================
+ * @name Update Related Properties
+ * @{
+ */
+ /// Get the update service URL base (host and path) for the selected grid
+ std::string getUpdateServiceURL();
+
+ //@}
/* ================================================================
* @name URL Construction Properties
@@ -207,6 +215,7 @@ class LLGridManager : public LLSingleton<LLGridManager>
const std::string& login,
const std::string& helper,
const std::string& login_page,
+ const std::string& update_url_base,
const std::string& login_id = "");