more compat

This commit is contained in:
Michael Davidsaver
2017-11-01 19:20:45 -05:00
parent b74d5bf580
commit 413cfef686
3 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#include <pv/iocreftrack.h>
#include <pv/iocshelper.h>
#define epicsExportSharedSymbols
#include "server.h"
namespace pvd = epics::pvData;

View File

@ -38,4 +38,6 @@ void QSRVRegistrar()
pva::ChannelProviderRegistry::servers()->add<PDBProvider>("QSRV");
}
epicsExportRegistrar(QSRVRegistrar);
extern "C" {
epicsExportRegistrar(QSRVRegistrar);
}

View File

@ -40,7 +40,7 @@ struct TestMonitor {
TestPV::shared_pointer test1;
ScalarAccessor<pvd::int32> test1_x, test1_y;
pva::ChannelProvider::shared_pointer gateway;
GWServerChannelProvider::shared_pointer gateway;
TestChannelRequester::shared_pointer client_req;
pva::Channel::shared_pointer client;