welcome
i'd be greatful for any information about howto solve a problem of xpcom concrete classes inheriting after 2 or more abstract ones (interfaces)..
I'm not sure what the problem is? Just inherit from multiple interfaces...
class foo : public nsIFoo, public nsIBar {
...
};(this assumes C++)
if this is not what you were asking, please clarify... _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
