Previous: Usage of idlac, Up: IDL-to-Ada compiler [Contents][Index]
This section lists the main differences between idlac
and
iac
iac
is backward compatible with idlac
, but
lacks the following feature:
iac
implements additional name clash resolution rules.
When the name of an IDL operation clashes with a primitive operation
of Ada.Finalization.Controlled (of which CORBA.Object.Ref is a derived
type), it is prefixed with "IDL_" in generated sources.