Webadmin: edit listen ports

This commit is contained in:
Alexey Sokolov
2012-03-31 06:48:24 +07:00
parent c252a239d7
commit 28f6809af8
5 changed files with 183 additions and 32 deletions
+2 -2
View File
@@ -143,6 +143,8 @@ public:
// Listener yummy
CListener* FindListener(u_short uPort, const CString& BindHost, EAddrType eAddr);
bool AddListener(CListener*);
bool AddListener(unsigned int uPort, const CString& sBindHost, bool bSSL,
EAddrType eAddr, CListener::EAcceptType eAccept, CString& sError);
bool DelListener(CListener*);
// Message of the Day
@@ -178,8 +180,6 @@ private:
CString MakeConfigHeader();
bool AddListener(const CString& sLine, CString& sError);
bool AddListener(CConfig* pConfig, CString& sError);
bool AddListener(unsigned int uPort, const CString& sBindHost, bool bSSL,
EAddrType eAddr, CListener::EAcceptType eAccept, CString& sError);
protected:
time_t m_TimeStarted;