J-Integra® Espresso Programming Documentation (API)

ORB.create_alias_tc Method

Creates a TypeCode object representing an IDL alias (typedef). The TypeCode object is initialized with the given id, name, and original type.

Ics.CORBA.TypeCode create_alias_tc(
 string id,
 string name
 Ics.CORBA.TypeCode original_type
);

Parameters

id
the logical id for the abstract interface type.
name
the name of the abstract interface type.
original_type
the TypeCode object describing the original type for which this is an alias .

Return Value

the newly-created TypeCode object describing an IDL alias.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace