back out ChannelProvider change; add PvaMonitor

This commit is contained in:
mrkraimer
2017-06-15 14:40:13 -04:00
parent 619bacc0f4
commit 0912756a2e
5 changed files with 191 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ PvaClient::PvaClient(std::string const & providerNames)
: pvaClientChannelCache(new PvaClientChannelCache()),
pvaStarted(false),
caStarted(false),
channelRegistry(ChannelProviderRegistry::getChannelProviderRegistry())
channelRegistry(getChannelProviderRegistry())
{
stringstream ss(providerNames);
string providerName;