From 309339091a03e42ab53ed797e706abfbf6f55edd Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 20 May 2009 09:32:28 +0000 Subject: [PATCH] Add CAuthBase::GetSocket() git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1512 726aef4b-f618-498e-8847-2d620e286838 --- Client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Client.h b/Client.h index 9ffe0780..1bfd4a8d 100644 --- a/Client.h +++ b/Client.h @@ -41,6 +41,7 @@ public: const CString& GetUsername() const { return m_sUsername; } const CString& GetPassword() const { return m_sPassword; } + Csock *GetSocket() const { return m_pSock; } CString GetRemoteIP() const; protected: