On Thu, Sep 13, 2007 at 08:54:42PM +0000, Tomas Groth wrote: > + typedef std::pair< boost::shared_array<uint8_t>, uint32_t> embedFrame; > + typedef std::map<uint32_t, embedFrame > embedFrameMap;
Minor stype thing: please use CapitalCase for types (EmbedFrame) to distinguish from lowerCase instances. (good job, btw) --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
