> You might want to use nsSupportsArray instead (in xpcom/ds) i'm aware of this .. somewhere i have read the opinion that this interface is not that well designed ([no-xpcom] stuff). this is also my opinion right now.
currently, only @mozilla.org/supports-array;1 implements this ifc. maybe i will use the component through nsICollection, which is much cleaner and a base to nsISupports. but only across ifcs. i will strive to avoid using it internally to implement new components though ;) Toby.
