summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-07-12 17:31:25 -0500
committerDave Parks <davep@lindenlab.com>2011-07-12 17:31:25 -0500
commit104748b59af2ff15b44c910340daffe9180e74f7 (patch)
treeea17c71e97adc40bf01447fa6a685b8d278dd2e7 /indra/newview/llviewerregion.h
parent5a767e4cebed49a3a2934b21fd2f265a245828f4 (diff)
SH-1125 Retry when failing to get seed capability.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index 00252b8897..0176969cea 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -230,7 +230,7 @@ public:
const LLHTTPClient::ResponderPtr getHttpResponderPtr() const;
// Get/set named capability URLs for this region.
- void setSeedCapability(const std::string& url);
+ void setSeedCapability(const std::string& url, S32 retry = 0);
void setCapability(const std::string& name, const std::string& url);
// implements LLCapabilityProvider
virtual std::string getCapability(const std::string& name) const;