TDNS: Fix few incompabilities with last Csocket.

This commit is contained in:
Alexey Sokolov
2012-01-15 13:11:56 +07:00
parent 6bf026599c
commit ff8065ed32
4 changed files with 1 additions and 15 deletions
-8
View File
@@ -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
-1
View File
@@ -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();