PSA: PeerConnectionObserver destructor becoming virtual and public

36 views
Skip to first unread message

Sami Kalliomäki

unread,
Jan 11, 2018, 8:18:07 AM1/11/18
to discuss-webrtc
Hi,

PeerConnectionObserver used to have a protected non-virtual destructor. With this change, it will have a public virtual destructor. This is done to allow destruction of objects through the interface.

If clients have inherited classes from this interface with virtual destructors, they may wish to mark the destructor as override instead of virtual.

Regards,
Sami Kalliomäki
Reply all
Reply to author
Forward
0 new messages