mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
TDNS: Fix few incompabilities with last Csocket.
This commit is contained in:
@@ -910,14 +910,6 @@ public:
|
||||
* Don't bother using these callbacks if you are using this class directly (without Socket Manager)
|
||||
* as the Socket Manager calls most of these callbacks
|
||||
*
|
||||
* A sock error occured event
|
||||
*/
|
||||
virtual void SockTextError( const CS_STRING & sError ) { SockError(-1); }
|
||||
/**
|
||||
* Override these functions for an easy interface when using the Socket Manager
|
||||
* Don't bother using these callbacks if you are using this class directly (without Socket Manager)
|
||||
* as the Socket Manager calls most of these callbacks
|
||||
*
|
||||
*
|
||||
* Incoming Connection Event
|
||||
* return false and the connection will fail
|
||||
|
||||
@@ -50,7 +50,6 @@ public:
|
||||
virtual void Disconnected();
|
||||
virtual void ConnectionRefused();
|
||||
virtual void SockError(int iErrno);
|
||||
virtual void SockTextError(const CString& sError);
|
||||
virtual void Timeout();
|
||||
virtual void ReachedMaxBuffer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user