Add URIPrefix listener option

This commit is contained in:
uu1101
2014-02-15 14:58:28 +01:00
parent d3ddb9b69d
commit 88c85b0396
11 changed files with 64 additions and 23 deletions

View File

@@ -185,7 +185,7 @@ void CWebAuth::Invalidate() {
m_pWebSock = NULL;
}
CWebSock::CWebSock() : CHTTPSock(NULL) {
CWebSock::CWebSock(const CString& sURIPrefix) : CHTTPSock(NULL, sURIPrefix) {
m_bPathsSet = false;
m_Template.AddTagHandler(new CZNCTagHandler(*this));