Hi Frank,

On Tue, May 30, 2006 at 09:56:41 +0200, Frank Schönheit wrote:

> > What about an UNO interface that returns an empty reference if there is
> > no problem?
> 
> Interesting. This would be cheap (in success case), still allow
> polymorphism, not unnecessarily burden the listener implementor ... I
> like it :)

Yes, +1

> module com::sun::star {
> 
> module util {
> 
>   interface XVeto
>   {
>     [attribute, readonly] string Description;
>     [attribute, readonly] XInterface Context;
>     [attribute, readonly] any Details;
>   };
> 
> }

Btw, any example how the caller would actually use the Context interface
returned? You previously described it as "the component which vetoed".

  Eike

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

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

Reply via email to