mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
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:
+3
-2
@@ -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 ); }
|
||||
|
||||
Reference in New Issue
Block a user