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: