unit testi_i; {This file was generated on 27 Aug 2004 22:29:40 GMT by version 03.03.03.C1.A2} {of the Inprise VisiBroker idl2pas CORBA IDL compiler. } {Please do not edit the contents of this file. You should instead edit and } {recompile the original IDL which was located in the file } {D:\gko\local\simplecorba\delphiserver\laskuri.idl. } {Delphi Pascal unit : testi_i } {derived from IDL module : testi } interface uses CORBA; type iCarCounter = interface; iCarCounter = interface ['{E1E75ADF-9C5A-C004-C4F9-A429A219289C}'] procedure Inc ; function Count : Integer; procedure Clear ; end; implementation initialization end.