From edfd19502c0cabfc836fafddae92b623005eb4cb Mon Sep 17 00:00:00 2001 From: Rider Linden <none@none> Date: Mon, 23 Mar 2015 08:51:47 -0700 Subject: [PATCH] Start work on appearancemgr --- indra/newview/llappearancemgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a64d5b50b36..9e8479eeef9 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 -- GitLab