From 7af6031da6bcbeee3cc0d1ef0262105842c78049 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 26 Feb 2016 11:32:24 -0500 Subject: [PATCH] alias Requester and Monitor into epics::pvAccess:: While defined in pvDataCPP neither of these is actually used there. Alias into the epics::pvAccess:: namespace as a first step towards moving these definitions to this module. --- src/client/pv/pvAccess.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/client/pv/pvAccess.h b/src/client/pv/pvAccess.h index 54776cc..ed59c15 100644 --- a/src/client/pv/pvAccess.h +++ b/src/client/pv/pvAccess.h @@ -34,6 +34,17 @@ namespace epics { namespace pvAccess { class Configuration; +using epics::pvData::Requester; +using epics::pvData::RequesterPtr; +using epics::pvData::MessageType; +using epics::pvData::getMessageTypeName; + +using epics::pvData::MonitorElement; +using epics::pvData::MonitorElementPtr; +using epics::pvData::MonitorElementPtrArray; +using epics::pvData::Monitor; +using epics::pvData::MonitorRequester; + // TODO add write-only? // change names enum AccessRights {