diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-05-11 16:52:02 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-05-11 16:52:02 -0700 |
| commit | 3e004ce66e1fa07421c138a20eb0dba61c5b26b3 (patch) | |
| tree | daad89b766f9f3db7c10880df5e841900039c212 /indra/newview/lleventpoll.cpp | |
| parent | 6cba35d3c0a07843fe1254448fc122ecd3854424 (diff) | |
Updated feature manager downloader to coroutine.
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods.
Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter
Diffstat (limited to 'indra/newview/lleventpoll.cpp')
| -rwxr-xr-x | indra/newview/lleventpoll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lleventpoll.cpp b/indra/newview/lleventpoll.cpp index d731428464..9ba3e7ef5b 100755 --- a/indra/newview/lleventpoll.cpp +++ b/indra/newview/lleventpoll.cpp @@ -162,7 +162,7 @@ namespace Details // << LLSDXMLStreamer(result) << LL_ENDL; LLSD httpResults = result["http_result"]; - LLCore::HttpStatus status = LLCoreHttpUtil::HttpCoroHandler::getStatusFromLLSD(httpResults); + LLCore::HttpStatus status = LLCoreHttpUtil::HttpCoroutineAdapter::getStatusFromLLSD(httpResults); if (!status) { |
