mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
CListener: Deny changes to settings after setup
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1972 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+6
-6
@@ -35,12 +35,12 @@ public:
|
||||
~CListener();
|
||||
|
||||
// Setters
|
||||
void SetSSL(bool b) { m_bSSL = b; }
|
||||
void SetAddrType(EAddrType eAddr) { m_eAddr = eAddr; }
|
||||
void SetPort(unsigned short u) { m_uPort = u; }
|
||||
void SetBindHost(const CString& s) { m_sBindHost = s; }
|
||||
void SetRealListener(CRealListener* p) { m_pListener = p; }
|
||||
void SetAcceptType(AcceptType a) { m_eAcceptType = a; }
|
||||
void SetSSL(bool b);
|
||||
void SetAddrType(EAddrType eAddr);
|
||||
void SetPort(unsigned short u);
|
||||
void SetBindHost(const CString& s);
|
||||
void SetRealListener(CRealListener* p);
|
||||
void SetAcceptType(AcceptType a);
|
||||
// !Setters
|
||||
|
||||
// Getters
|
||||
|
||||
Reference in New Issue
Block a user