shareLib.h cleanup
This commit is contained in:
@ -16,8 +16,6 @@
|
|||||||
#include "weakmap.h"
|
#include "weakmap.h"
|
||||||
#include "weakset.h"
|
#include "weakset.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct TestPV;
|
struct TestPV;
|
||||||
struct TestPVChannel;
|
struct TestPVChannel;
|
||||||
struct TestPVMonitor;
|
struct TestPVMonitor;
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
#include "weakmap.h"
|
#include "weakmap.h"
|
||||||
#include "weakset.h"
|
#include "weakset.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct ChannelCache;
|
struct ChannelCache;
|
||||||
struct ChannelCacheEntry;
|
struct ChannelCacheEntry;
|
||||||
struct MonitorUser;
|
struct MonitorUser;
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/pvAccess.h>
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
#include "chancache.h"
|
#include "chancache.h"
|
||||||
|
|
||||||
struct GWChannel : public epics::pvAccess::Channel
|
struct GWChannel : public epics::pvAccess::Channel
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/pvAccess.h>
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
typedef epicsGuard<epicsMutex> Guard;
|
typedef epicsGuard<epicsMutex> Guard;
|
||||||
typedef epicsGuardRelease<epicsMutex> UnGuard;
|
typedef epicsGuardRelease<epicsMutex> UnGuard;
|
||||||
|
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
#include "chancache.h"
|
#include "chancache.h"
|
||||||
#include "channel.h"
|
#include "channel.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct GWServerChannelProvider :
|
struct GWServerChannelProvider :
|
||||||
public epics::pvAccess::ChannelProvider,
|
public epics::pvAccess::ChannelProvider,
|
||||||
public epics::pvAccess::ChannelFind,
|
public epics::pvAccess::ChannelFind,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "weakmap.h"
|
#include "weakmap.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
#include <pv/qsrv.h>
|
||||||
|
|
||||||
struct PDBProvider;
|
struct PDBProvider;
|
||||||
|
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
#include "pvif.h"
|
#include "pvif.h"
|
||||||
#include "pdb.h"
|
#include "pdb.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct QSRV_API GroupConfig
|
struct QSRV_API GroupConfig
|
||||||
{
|
{
|
||||||
struct QSRV_API Field {
|
struct QSRV_API Field {
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#include "pvif.h"
|
#include "pvif.h"
|
||||||
#include "pdb.h"
|
#include "pdb.h"
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct PDBSingleMonitor;
|
struct PDBSingleMonitor;
|
||||||
|
|
||||||
struct QSRV_API PDBSinglePV : public PDBPV
|
struct QSRV_API PDBSinglePV : public PDBPV
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
#include <pv/sharedPtr.h>
|
#include <pv/sharedPtr.h>
|
||||||
|
|
||||||
#include <shareLib.h>
|
|
||||||
|
|
||||||
struct WorkQueue : private epicsThreadRunable
|
struct WorkQueue : private epicsThreadRunable
|
||||||
{
|
{
|
||||||
typedef std::tr1::weak_ptr<epicsThreadRunable> value_type;
|
typedef std::tr1::weak_ptr<epicsThreadRunable> value_type;
|
||||||
|
Reference in New Issue
Block a user