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/llfeaturemanager.h | |
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/llfeaturemanager.h')
-rwxr-xr-x | indra/newview/llfeaturemanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfeaturemanager.h b/indra/newview/llfeaturemanager.h index 69078ccc21..1490c2122c 100755 --- a/indra/newview/llfeaturemanager.h +++ b/indra/newview/llfeaturemanager.h @@ -32,6 +32,8 @@ #include "llsingleton.h" #include "llstring.h" #include <map> +#include "llcoros.h" +#include "lleventcoro.h" typedef enum EGPUClass { @@ -164,6 +166,7 @@ protected: void initBaseMask(); + void fetchFeatureTableCoro(LLCoros::self& self, std::string name); std::map<std::string, LLFeatureList *> mMaskList; std::set<std::string> mSkippedFeatures; |