replace all internal use of getChannelProviderRegistry()

This commit is contained in:
Michael Davidsaver
2017-06-28 13:48:02 +02:00
parent 3d5696b644
commit 749e8d71d1
11 changed files with 14 additions and 14 deletions

View File

@@ -457,7 +457,7 @@ int main (int argc, char *argv[])
}
ClientFactory::start();
provider = getChannelProviderRegistry()->getProvider("pva");
provider = ChannelProviderRegistry::clients()->getProvider("pva");
if (!testFile.empty())
{