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:
@@ -470,7 +470,7 @@ LLUUID LLInventoryModel::findCategoryByName(std::string name)
|
||||
return LLUUID::null;
|
||||
}
|
||||
|
||||
class LLCreateInventoryCategoryResponder : public LLHTTPClient::Responder
|
||||
class LLCreateInventoryCategoryResponder : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
public:
|
||||
LLCreateInventoryCategoryResponder(LLInventoryModel* model,
|
||||
|
||||
Reference in New Issue
Block a user