From 68e34fcb7dca2558c3528ab2b6c329c1edf006ec Mon Sep 17 00:00:00 2001 From: imaginos Date: Thu, 19 May 2005 00:37:03 +0000 Subject: [PATCH] need access to m_bEnableReadLine git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@345 726aef4b-f618-498e-8847-2d620e286838 --- Csocket.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Csocket.h b/Csocket.h index 22bbdd6c..674ff3dd 100644 --- a/Csocket.h +++ b/Csocket.h @@ -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