refs #485 URL/URL list

* added constructor for CUrlList
* added registration of metadata of fail over class
* default port support for getPort
This commit is contained in:
Klaus Basan
2016-02-20 00:03:38 +01:00
committed by Mathew Sutcliffe
parent ce3edc37d0
commit 92a36890eb
5 changed files with 25 additions and 1 deletions

View File

@@ -163,6 +163,10 @@ namespace BlackMisc
CUrlList(other), m_maxTrials(maxTrials)
{ }
CFailoverUrlList::CFailoverUrlList(const CUrlList &urlIst) :
CUrlList(urlIst)
{ }
CUrlList CFailoverUrlList::getWithoutFailed() const
{
CUrlList urls(*this);