SA-MP/announce/httpclient.cpp

63 lines
1.2 KiB
C++

#include "httpclient.h"
CHttpClient::CHttpClient(char *src)
{
// TODO: CHttpClient::CHttpClient W: 004010C0 L: 08048B74
}
CHttpClient::~CHttpClient()
{
// TODO: CHttpClient::~CHttpClient W: 00401150 L: 08048C2E
}
int CHttpClient::ProcessURL(int, int, char *src, char *, char *)
{
// TODO: CHttpClient::ProcessURL W: 004018F0 L: 08048C34
return 0;
}
void CHttpClient::GetHeaderValue()
{
// TODO: CHttpClient::GetHeaderValue W: 00401160 L: 08048C78
}
int CHttpClient::Connect(char *name, unsigned short hostshort, char *)
{
// TODO: CHttpClient::Connect W: 00401680 L: 08048D44
return 1;
}
void CHttpClient::CloseConnection()
{
// TODO: CHttpClient::CloseConnection L: 08048F22
}
int CHttpClient::Send(int, char *s)
{
// TODO: CHttpClient::Send L: 08048F38
return 0;
}
int CHttpClient::Recv(int, void *buf, size_t n)
{
// TODO: CHttpClient::Recv L: 08048F90
return 0;
}
int CHttpClient::InitRequest(int, int, char *src, char *, char *)
{
// TODO: CHttpClient::InitRequest W: 004011F0 L: 08048FBC
return 0;
}
void CHttpClient::Process()
{
// TODO: CHttpClient::Process W: 004017D0 L: 0804914C
}
void CHttpClient::HandleEntity()
{
// TODO: CHttpClient::HandleEntity W: 00401350 L: 080493EA
}