client.h cleanup

This commit is contained in:
Michael Davidsaver
2018-09-25 16:44:10 -07:00
parent f7f4822c08
commit d01421bf30
5 changed files with 28 additions and 46 deletions

View File

@@ -15,11 +15,6 @@
#include "clientpvt.h"
#include "pv/pvAccess.h"
namespace pvd = epics::pvData;
namespace pva = epics::pvAccess;
typedef epicsGuard<epicsMutex> Guard;
typedef epicsGuardRelease<epicsMutex> UnGuard;
namespace {
struct RPCer : public pva::ChannelRPCRequester,