more compat
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
#include <pv/iocreftrack.h>
|
||||
#include <pv/iocshelper.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
namespace pvd = epics::pvData;
|
||||
|
@ -38,4 +38,6 @@ void QSRVRegistrar()
|
||||
pva::ChannelProviderRegistry::servers()->add<PDBProvider>("QSRV");
|
||||
}
|
||||
|
||||
epicsExportRegistrar(QSRVRegistrar);
|
||||
extern "C" {
|
||||
epicsExportRegistrar(QSRVRegistrar);
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user