Am Montag, den 08.12.2008, 20:24 -0500 schrieb Tonko Juricic:
> Ok. That'll do.
>
> Any suggestions on what to do with the code like:
>
> boost::shared_ptr<amf::Buffer>
> RTMP::encodeServer()
> {
> GNASH_REPORT_FUNCTION;
> log_unimpl(__PRETTY_FUNCTION__);
> }
>
Return a shared_ptr to a new amf::Buffer, I suppose. Of course gcc
doesn't like it either, but since the code is unused in Gnash trunk, it
gets ignored.-- The current release of Gnash is 0.8.4 http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

