Hi,

I'm porting some of my old Delphi code which used interfaces
extensively. Since I moved to FPC years ago, I liked the idea of
CORBA-style interfaces, and mostly use them under FPC projects.

Anyway, some of my code used IInterfaceList / TInterfaceList, but that
uses IIInterface, which is an alias for IUnknown, which is COM-style
interfaces only.

What is the equivalent for CORBA style interfaces?  Just a TList storing
pointers?

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to