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:
@@ -65,7 +65,7 @@ FloaterVoiceLicense::FloaterVoiceLicense(const LLSD& key)
|
||||
|
||||
// helper class that trys to download a URL from a web site and calls a method
|
||||
// on parent class indicating if the web server is working or not
|
||||
class LLIamHereVoice : public LLHTTPClient::Responder
|
||||
class LLIamHereVoice : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
private:
|
||||
LLIamHereVoice( FloaterVoiceLicense* parent ) :
|
||||
|
||||
Reference in New Issue
Block a user