On Wed, 2006-04-12 at 12:37 -0400, Derek Atkins wrote: > Quoting David Hampton <[EMAIL PROTECTED]>: > > > ns_name = gnc_commodity_namespace_get_name(cm->namespace); > > return (!safe_strcmp(ns_name, GNC_COMMODITY_NS_LEGACY) || > > - !safe_strcmp(ns_name, GNC_COMMODITY_NS_ISO)); > > + !safe_strcmp(ns_name, GNC_COMMODITY_NS_CURRENCY)); > > Question: When should a developer use NS_ISO
In new code, never. > and when should we use > NS_CURRENCY? There are certainly many other places where NS_ISO > is being used. I'll investigate. David _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
