mirror of
https://github.com/znc/znc.git
synced 2026-08-01 22:43:05 +02:00
need access to m_bEnableReadLine
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@345 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -634,6 +634,8 @@ public:
|
||||
//! set the value of m_bEnableReadLine to true, we don't want to store a buffer for ReadLine, unless we want it
|
||||
void EnableReadLine();
|
||||
void DisableReadLine();
|
||||
//! returns the value of m_bEnableReadLine, if ReadLine is enabled
|
||||
bool HasReadLine() const { return( m_bEnableReadLine ); }
|
||||
|
||||
/**
|
||||
* Override these functions for an easy interface when using the Socket Manager
|
||||
|
||||
Reference in New Issue
Block a user