Skip to content
Snippets Groups Projects
Commit edfd1950 authored by Rider Linden's avatar Rider Linden
Browse files

Start work on appearancemgr

parent 9d676ce5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment