automatic ClientFactory::start()
register the "pva" provider automatically.
This commit is contained in:
@ -20,7 +20,6 @@
|
||||
#include <epicsGuard.h>
|
||||
|
||||
#include <pv/configuration.h>
|
||||
#include <pv/clientFactory.h>
|
||||
#include <pv/caProvider.h>
|
||||
#include <pv/thread.h>
|
||||
#include <pva/client.h>
|
||||
@ -238,8 +237,7 @@ int main(int argc, char *argv[]) {
|
||||
.push_env()
|
||||
.build());
|
||||
|
||||
// add "pva" provider to registry
|
||||
pva::ClientFactory::start();
|
||||
// "pva" provider automatically in registry
|
||||
// add "ca" provider to registry
|
||||
pva::ca::CAClientFactory::start();
|
||||
|
||||
|
Reference in New Issue
Block a user