Add CAuthBase::GetSocket()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1512 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-05-20 09:32:28 +00:00
parent 4e31d49209
commit 309339091a
+1
View File
@@ -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: