Code cleanup
* Moved Responder stuff to LLHTTPClient. * Renamed LLHTTPClient::Responder to LLHTTPClient::ResponderWithResult. * Deleted LLHTTPClientAdapter and LLHTTPClientInterface. * Renamed AICurlInterface::TransferInfo to AITransferInfo and moved it to llhttpclient.h * Removed 'CURLcode code' argument from completed_headers.
This commit is contained in:
@@ -688,7 +688,7 @@ void LLViewerObjectList::updateApparentAngles(LLAgent &agent)
|
||||
LLVOAvatar::cullAvatarsByPixelArea();
|
||||
}
|
||||
|
||||
class LLObjectCostResponder : public LLCurl::Responder
|
||||
class LLObjectCostResponder : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
public:
|
||||
LLObjectCostResponder(const LLSD& object_ids)
|
||||
@@ -778,7 +778,7 @@ private:
|
||||
LLSD mObjectIDs;
|
||||
};
|
||||
|
||||
class LLPhysicsFlagsResponder : public LLCurl::Responder
|
||||
class LLPhysicsFlagsResponder : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
public:
|
||||
LLPhysicsFlagsResponder(const LLSD& object_ids)
|
||||
|
||||
Reference in New Issue
Block a user