eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

use KmlFile* and KmlFile& #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Many kmlengine methods return or take KmlFilePtr (KmlFile wrapped
in a boost::intrusive_ptr).  It should really be up to the caller to decide
if the KmlFile* should be managed by a KmlFilePtr (or scoped_ptr, etc).
This also wreaks havoc on swig.

Original issue reported on code.google.com by kml.b...@gmail.com on 6 May 2009 at 2:22