[Live-devel] Need some members to be protected
Ross Finlayson
finlayson at live555.com
Mon Jul 18 06:35:17 PDT 2011
>I need some private members to be protected in order to use them in
>my code. I appreciate if you consider applying them to the main code.
>In class DynamicRTSPServer, I need
>the constructor, destructor and function lookupServerMediaSessionv
>to be protected.
OK, will do.
>In ByteStreamFileSource, fFileSize to be protected.
Note that we already have a "public:" member function
u_int64_t fileSize() const { return fFileSize; }
Do you still want the "fFileSize" member variable to be "protected:"
- i.e., do you want to modify its value in a subclass?
--
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/20110718/23aff420/attachment.html>
More information about the live-devel
mailing list