[Live-devel] setRTSPResponse accessibility issue
Ross Finlayson
finlayson at live555.com
Sun May 19 23:46:37 PDT 2013
> What's the correct way for my derived class to write a response? Currently the only solution I can see is to also derive from RTSPClientConnection and add a new function that forwards to setRTSPResponse (it's not virtual, so I can't just override it). However it seems like setRTSPResponse() should simply be public.
Making the (4) "setRTSPResponse()" functions public wouldn't be ideal (because we don't want *anyone* to be able to call these functions), but because it solves your problem, it's probably a reasonable hack to make in the code. (It'll be included in the next release of the software.)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130519/d28ebc6c/attachment.html>
More information about the live-devel
mailing list