-
Key: CORBA24-111
-
Legacy Issue Number: 3905
-
Status: closed
-
Source: Oracle ( Harold Carr)
-
Summary:
This is a core issue.
formal/99-10-07 (and orbrev/00-09-01) section 7.1.1 claims
arg_modes is a bit mask with CORBA::ARG_IN, ... as possible values.
The values are not defined in that document.The values defined in ptc/00-01-08 (IDL to Java mapping)
section 1.19.4 do not look like bit masks:typedef unsigned long Flags;
const Flags ARG_IN = 1;
const Flags ARG_OUT = 2;
const Flags ARG_INOUT = 3;
const Flags CTX_RESTRICT_SCOPE = 15;This needs clarification (e.g., how wide is the bit mask, what
are the values, or, if not a bit mask, a better definition). -
Reported: CORBA 2.3.1 — Wed, 20 Sep 2000 04:00 GMT
-
Disposition: Resolved — CORBA 2.4
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:58 GMT
CORBA24 — Values for CORBA::ARG_IN,... not defined
- Key: CORBA24-111
- OMG Task Force: CORBA Core 2.4 RTF