MonitorElement remove unused

This commit is contained in:
Michael Davidsaver
2017-07-19 19:30:42 +02:00
parent 3904c11040
commit b53761d4d4
3 changed files with 1 additions and 8 deletions

View File

@ -22,6 +22,7 @@ Release 6.0.0 (UNRELEASED)
The "pva" and "ca" providers are registered with the clients() singleton.
epics::pvAccess::ServerContext() looks up names with the servers() singleton.
- Removed deprecated epics::pvAccess::Properties
- The data members of epics::pvAccess::MonitorElement become const, preventing these pointers from being re-targeted.
- Simplifications
- use of the epics::pvAccess::ChannelRequester interface is optional
and may be omitted when calling createChannel().