Frank Schönheit - Sun Microsystems Germany wrote:

> using the "new" UNO features, in particular multiple inheritance, to
> excess :), I stumbled upon the following problem:
> 
> Let's say we have
> 
>   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.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

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

Reply via email to