2007/10/11, Graeme Geldenhuys <[EMAIL PROTECTED]>:
> On 11/10/2007, Dean Zobec <[EMAIL PROTECTED]> wrote:
> > > interface types.  Could somebody please explain the difference.  And
> > > why would I use one over the other?
> > Corba interfaces are not reference counted as they don't descend from 
> > IUnknown
>
> So other than that, COM interfaces and CORBA interfaces share the same 
> features?
> As for reference counting - that just means that as soon as the
> reference count for an Interfaces reaches zero, it gets automatically
> freed?
for a good example of refcounting interfaces you can take a look at
the money.pp fpcunit example and the relative tests.
fcl-fpcunit/src/exampletests/money.pp
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to