<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><font color="#003300"><font face="tahoma,sans-serif"><div>Is there any reason not to put the definition of class ClientTrickPlayState in a header file, e.g., MPEG2TransportFileServerMediaSubsession.hh? </div><div>

Current implementation forced me to include MPEG2TransportFileServerMediaSubsession.cpp to be able to subclass it. </div><div>But doing so, I can not have multiple subclasses of it at the same time.</div><div>Could you consider moving the class declaration?</div></font></font></blockquote><div><br></div></div>OK, this will appear in the next release of the software.<div><br></div><div>I've also added a protected: virtual function</div><div><span class="Apple-tab-span" style="white-space:pre">    virtual ClientTrickPlayState* newClientTrickPlayState();</span></div><div>that you can redefine in your subclass to create an object of a "<span class="Apple-tab-span" style="white-space: pre; ">ClientTrickPlayState</span>" subclass, if desired.</div><br><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>