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

@@ -125,7 +125,7 @@ int main (int argc, char *argv[])
Event g_event;
ClientFactory::start();
ChannelProvider::shared_pointer provider = getChannelProviderRegistry()->getProvider("pva");
ChannelProvider::shared_pointer provider = ChannelProviderRegistry::clients()->getProvider("pva");
int run = 0;