Re: [Dbus-cxx-devel] Patch to support vector of structures
Status: Beta
Brought to you by:
rvinyard
From: Rick L. V. Jr. <rvi...@cs...> - 2009-12-31 01:52:13
|
Thanks. I'll get it added and a new release out. Tyler Conant wrote: > 1. This is a diff against 0.5.0. The sub iter was not being set to NULL > during the deletion of the iter when closing the container. This was > causing an access error when creating a second child container. > > 2. To support structures the << operator is overloaded, but this did not > help with a vector of structures since the append operator was called on > the child iter, instead of the << operator. This change doesn't appear to > have any side effects, but I'm new to dbus-cxx and have yet to walk > through the entire code base. > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Dbus-cxx-devel mailing list > Dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbus-cxx-devel > |