ClientFactory::start() avoid custom ChannelProviderFactory

This commit is contained in:
Michael Davidsaver
2017-06-06 10:41:36 +02:00
parent de84fadeb7
commit 58b4a5ef64
3 changed files with 3 additions and 67 deletions

View File

@@ -47,7 +47,6 @@ using namespace epics::pvData;
namespace epics {
namespace pvAccess {
string ClientContextImpl::PROVIDER_NAME = "pva";
Status ChannelImpl::channelDestroyed(
Status::STATUSTYPE_WARNING, "channel destroyed");
Status ChannelImpl::channelDisconnected(
@@ -3302,7 +3301,7 @@ public:
virtual std::string getProviderName()
{
return PROVIDER_NAME;
return "pva";
}
virtual ChannelFind::shared_pointer channelFind(