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

2015-12-02 Thread Ross Finlayson
> 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 > privat

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

2015-12-02 Thread ChaseopIm
Hi. 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