Hi Mathias,

>>  interface XBar1 {
>>    interface XPropertySet;
>>  };
>>  interface XBar2 {
>>    interface XPropertySet;
>>  }
>>  interface XFoo {
>>    interface XBar1;
>>    interface XBar2;
>>  }
> 
> 
> So far this is a C++ problem, not a UNOIDL problem. AFAIK you can't do
> this in UNOIDL.

You can. I tried exactly the above, and it compiled, cppumade, unoil'ed
fine - all you want. As outline in my other mail, IMO multiple
inheritance in UNO would seriously lose attraction (at least the
existing awt/form layer implementations, and probably all new extensions
thereof) if it wouldn't work this way.

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Database                   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to