Tomasz Motyl wrote:

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)..

kindest regards


We do this all of the time. There isn't a real problem unless there method name collision. In these cases, the standard approach is to make inner classes which implement each of the interfaces, or to refactor your class so that they do not share method names.

Doug
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to