summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-15 11:51:48 -0700
committerRider Linden <none@none>2015-04-15 11:51:48 -0700
commit176d8cd268611e28c07a462df3027f4872456e5a (patch)
tree0c66aad1e606ecb7c656561a84bff3da304756a6 /indra/newview/llagent.cpp
parentb8805c8964d45ee9141bcc131473bc4e663e93bf (diff)
Region caps and sim features converted to coroutine.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index eeedda5c6d..7f38e4b79f 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -2788,6 +2788,8 @@ void LLAgent::sendMaturityPreferenceToServer(U8 pPreferredMaturity)
}
}
+// *TODO:RIDER Convert this system to using the coroutine scheme for HTTP communications
+//
LLCore::HttpHandle LLAgent::requestPostCapability(const std::string &cap, const std::string &url, LLSD &postData, LLHttpSDHandler *usrhndlr)
{
LLHttpSDHandler * handler = (usrhndlr) ? usrhndlr : new LLHttpSDGenericHandler(cap);