J-Integra® Espresso Programming Documentation (API)

Any.insert_Object Method

Inserts the given Object into this Any object's value field.

void insert_Object(
 Ics.CORBA.Object o
);
void insert_Object(
 Ics.CORBA.Object o,
 Ics.CORBA.TypeCode t
);

Parameters

o
the Object to insert into this Any object.
t
the TypeCode that describes the Object being inserted.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace