-
Key: CORBA23-226
-
Legacy Issue Number: 1543
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary:
the TypeCode pseudo interface makes no mention about the order of parameters
for structured types. For example, given the IDL structstruct MyStruct
{ char c_mem; string s_mem; };
it is legal for member_name(0) to return "s_mem" and member_name(1) to
return "c_mem" (provided member_type(0) returns a char type code and
member_type(1) returns a string type code).The same comments apply to unions, exceptions, and enums, where the order
in which members are presented is not necessarily the same order as in the IDL
definition. -
Reported: CORBA 2.2 — Wed, 24 Jun 1998 04:00 GMT
-
Disposition: Resolved — CORBA 2.3
-
Disposition Summary:
No Data Available
-
Updated: Sun, 8 Mar 2015 15:20 GMT