Пример #1
0
FE_InterfaceHeader::FE_InterfaceHeader(idl_bool local,
                                       UTL_ScopedName *n,
                                       UTL_NameList *nl)
   : pd_interface_name(n),
     pd_local(local)
{
   compile_inheritance(nl);
}
FE_ValueInheritanceSpec::FE_ValueInheritanceSpec
(
   idl_bool truncatable,
   UTL_NameList *ihl,
   UTL_NameList *supl
)
   : pd_n_inherits (0),
     pd_n_supports (0),
     pd_truncatable (truncatable)
{
   compile_value_inheritance(ihl);
   compile_inheritance(supl);
}