<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Need some members to be
protected</title></head><body>
<blockquote type="cite" cite><font color="#000066">I need some private
members to be protected in order to use them in my code.</font> I
appreciate if you consider applying them to the main
code.</blockquote>
<blockquote type="cite" cite><font color="#000066">In
class DynamicRTSPServer, I need
the constructor, destructor and function loo<span
></span>kupServerMediaSessionv to be protected.</font></blockquote>
<div><br>
OK, will do.</div>
<div><br>
<br>
</div>
<blockquote type="cite" cite><font
color="#000066">In ByteStreamFileSource, fFileSize to be
protected.</font></blockquote>
<div><br></div>
<div>Note that we already have a "public:" member
function</div>
<div><x-tab>       
</x-tab>u_int64_t fileSize() const { return fFileSize; }</div>
<div>Do you still want the "fFileSize" member variable to be
"protected:" - i.e., do you want to modify its value in a
subclass?</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>