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:
@@ -697,7 +697,7 @@ void update_statistics(U32 frame_count)
|
||||
}
|
||||
}
|
||||
|
||||
class ViewerStatsResponder : public LLHTTPClient::Responder
|
||||
class ViewerStatsResponder : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
public:
|
||||
ViewerStatsResponder() { }
|
||||
|
||||
Reference in New Issue
Block a user