epics-base / pvAccessCPP

pvAccessCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvAccessCPP/
Other
10 stars 22 forks source link

destroyable.h #164

Open mrkraimer opened 4 years ago

mrkraimer commented 4 years ago

Currently code often has to implement an empty destroy method. I think that if

virtual void destroy() = 0;

is replaced with

virtual void destroy() {}

then other code does not have to implement an empty destroy method

mrkraimer commented 4 years ago

Now that a new release of EPICS7 is available, can Michael now make this change?

mdavidsaver commented 4 years ago

Done. 598fa1e596450dc4e79dc85187809794659b62f6