-- Warning: May contain traces of nuts. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform
Why does getter_AddRefs<T> have an operator nsISupports**? So far most
of the uses I've found appear to be people enumerating an
nsISimpleEnumerator directly into an nsCOMPtr<T> type, although the
documented idl return value is nsISupports. Is this an acceptable paradigm?
- getter_AddRefs Neil
- Re: getter_AddRefs Benjamin Smedberg
- Re: getter_AddRefs Neil