remove all references to pvaClient

This commit is contained in:
mrkraimer
2021-03-31 07:39:56 -04:00
parent 2a4d3a15f8
commit 22e849c6f7
9 changed files with 3 additions and 14 deletions
-1
View File
@@ -39,7 +39,6 @@ include $(PVDATABASE_SRC)/pvAccess/Makefile
include $(PVDATABASE_SRC)/special/Makefile
include $(PVDATABASE_SRC)/support/Makefile
pvDatabase_LIBS += pvaClient
pvDatabase_LIBS += $(EPICS_BASE_PVA_CORE_LIBS)
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)
-1
View File
@@ -18,7 +18,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses
#include <epicsExport.h>
-1
View File
@@ -18,7 +18,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses
#include <epicsExport.h>
-2
View File
@@ -15,7 +15,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses
#include <epicsExport.h>
@@ -24,7 +23,6 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std;
class PvdbcrAddRecord;
+3 -3
View File
@@ -7,7 +7,9 @@
* @author mrk
* @date 2021.03.12
*/
#include <epicsThread.h>
#include <epicsThread.h>
#include <pv/event.h>
#include <pv/lock.h>
#include <iocsh.h>
#include <pv/standardField.h>
#include <pv/standardPVField.h>
@@ -16,7 +18,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses
#include <epicsExport.h>
@@ -25,7 +26,6 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std;
typedef std::tr1::shared_ptr<epicsThread> EpicsThreadPtr;
@@ -15,7 +15,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses
#include <epicsExport.h>
@@ -24,7 +23,6 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std;
class PvdbcrRemoveRecord;
@@ -15,7 +15,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses
#include <epicsExport.h>
@@ -24,7 +23,6 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std;
class PvdbcrTraceRecord;
-1
View File
@@ -19,7 +19,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses
#include <epicsExport.h>
-1
View File
@@ -18,7 +18,6 @@
#include <pv/alarm.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses
#include <epicsExport.h>