diff options
author | Rider Linden <none@none> | 2015-03-23 08:51:47 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-23 08:51:47 -0700 |
commit | edfd19502c0cabfc836fafddae92b623005eb4cb (patch) | |
tree | b7b1bd368394fd25029059282c5f9341b3596997 /indra | |
parent | 9d676ce5b97d7ce09630d7d6ab8abd562b958cae (diff) |
Start work on appearancemgr
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a64d5b50b3..9e8479eeef 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3154,6 +3154,7 @@ void LLAppearanceMgr::updateClothingOrderingInfo(LLUUID cat_id, } +#if 1 class RequestAgentUpdateAppearanceResponder: public LLHTTPClient::Responder { LOG_CLASS(RequestAgentUpdateAppearanceResponder); @@ -3423,6 +3424,10 @@ void RequestAgentUpdateAppearanceResponder::onFailure() LL_WARNS() << "giving up after too many retries" << LL_ENDL; } } +#else + + +#endif LLSD LLAppearanceMgr::dumpCOF() const |