Files
pvAccess/src/pva/clientFactory.cpp
T
Michael Davidsaver abce3faa86 fix 'pva' provider registration during static linking
Move 'pva' provider registration into registry singleton
construction to ensure that it is done.
2018-01-31 11:51:13 -08:00

23 lines
506 B
C++

/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <string>
#include <pv/lock.h>
#define epicsExportSharedSymbols
#include <pv/clientFactory.h>
using namespace epics::pvData;
using namespace epics::pvAccess;
void ClientFactory::start()
{
// 'pva' registration in ChannelAccessFactory.cpp
}
void ClientFactory::stop() {}