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:
imaginos
2005-05-19 00:37:03 +00:00
parent 8857b3ba84
commit 68e34fcb7d
+2
View File
@@ -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