replace getChannelProviderRegistry with ChannelProviderRegistry::clients

This commit is contained in:
mrkraimer
2017-07-07 10:46:22 -04:00
parent 8f6cc08f85
commit 609c887c19
2 changed files with 2 additions and 2 deletions

View File

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