> 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
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