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:
psychon
2010-05-09 18:27:11 +00:00
parent 53aeceb6bc
commit f6716d08c7
2 changed files with 44 additions and 11 deletions
+6 -6
View File
@@ -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