- Cleaner private attribute initialization.
- Don't check the error message, since the feature is deleted
ExchangePlugin_ExportFeature::ExchangePlugin_ExportFeature()
{
+ _comes_from_export_to_geom = false;
}
ExchangePlugin_ExportFeature::~ExchangePlugin_ExportFeature()
EXCHANGEPLUGIN_EXPORT void exportXAO(const std::string& theFileName);
private:
- bool _comes_from_export_to_geom = false;
+ bool _comes_from_export_to_geom;
};
#endif /* EXPORT_EXPORTFEATURE_H_ */
anExportFeature.string("xao_author").setValue("me")
anExportFeature.string("xao_geometry_name").setValue("mygeom")
model.end()
-
-assert anExportFeature.error() == ""