[#NetEventsInterface-2destructor] = xref:NetEventsInterface.adoc[NetEventsInterface]::~NetEventsInterface :relfileprefix: ../ :mrdocs: Protected destructor so that instances can only be deleted by derived classes. If that restriction is no longer desired, this should be made public and virtual. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr ~NetEventsInterface() = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#