Add CListener::GetRealListener()

This allows access to the Csock* which does the actual listening


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1515 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-05-20 11:56:15 +00:00
parent 9a7956f522
commit 08924f499f
+1
View File
@@ -273,6 +273,7 @@ public:
bool IsIPV6() const { return m_bIPV6; }
unsigned short GetPort() const { return m_uPort; }
const CString& GetBindHost() const { return m_sBindHost; }
CRealListener* GetRealListener() const { return m_pListener; }
// !Getters
bool Listen() {