[Live-devel] how about changing RTSPClinet::resetTCPSockets() to virtual function

Ross Finlayson finlayson at live555.com
Wed Dec 2 13:17:05 PST 2015


> When I use RTSPClient, I want to know call timing of resetTCPSocket().(I would like to log and notify other process). But, I can’t do because resetTCPSockets() is not virtual function and this is private.
> So, I want to modify RTSPClinet::resetTCPSockets() to virtual function and private to protected. And I hope this is applied to the main source code. :)

No, that function was never intended to be exposed to subclasses.

However, you can, of course, change your own version of the code, subject - as always - to the LGPL.  If you haven’t already done so, please read:
	http://live555.com/liveMedia/faq.html#copyright-and-license


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the live-devel mailing list