Update to latest Csocket

This breaks (& fixes again, as far as ZNC itself is concerened) API!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1040 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-05-06 14:47:13 +00:00
parent 6857394d71
commit 5665fd872d
4 changed files with 13 additions and 7 deletions
+3 -2
View File
@@ -28,7 +28,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
* $Revision: 1.79 $
* $Revision: 1.80 $
*/
#include "Csocket.h"
@@ -1555,7 +1555,8 @@ void Csock::PushBuff( const char *data, int len, bool bStartAtZero )
}
CS_STRING & Csock::GetInternalBuffer() { return( m_sbuffer ); }
CS_STRING & Csock::GetInternalReadBuffer() { return( m_sbuffer ); }
CS_STRING & Csock::GetInternalWriteBuffer() { return( m_sSend ); }
void Csock::SetMaxBufferThreshold( u_int iThreshold ) { m_iMaxStoredBufferLength = iThreshold; }
u_int Csock::GetMaxBufferThreshold() { return( m_iMaxStoredBufferLength ); }
int Csock::GetType() { return( m_iConnType ); }