Update Csocket to e00323f9f18

This breaks API for Csock::SockError()!

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2012-01-14 11:33:38 +01:00
parent 02e42958f0
commit c87e7cf5ba
12 changed files with 975 additions and 870 deletions

View File

@@ -536,7 +536,7 @@ bool CHTTPSock::Redirect(const CString& sURL) {
void CHTTPSock::Timeout() {
}
void CHTTPSock::SockError(int iErrno) {
void CHTTPSock::SockError(int iErrno, const CString& sDescription) {
}
void CHTTPSock::Connected() {