CORBA Programming Reference
|
|
CORBA::TypeCode_ptr CORBA::Any::type();
This function returns the TypeCode_ptr pseudo-object reference of the TypeCode object associated with the Any. The TypeCode_ptr pseudo-object reference must be released by the CORBA::release member function or must be assigned to a TypeCode_var to be automatically released.
|
|
|