-
Key: CORBA34-373
-
Legacy Issue Number: 1673
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The custom marshalling streams CDRInputStream and CDROutputStream
don"t support the IDL fixed type. I propose adding the following
type definition and methods:typedef sequence<fixed> FixedSeq;
abstract value CDROutputStream
{ ... void write_fixed (in fixed value); void write_fixed_array (in FixedSeq seq, in unsigned long offset, in unsigned long length); };
abstract value CDRInputStream
{ ... fixed read_fixed (); void read_fixed_array (inout FixedSeq seq, in unsigned long offset, in unsigned long length); };
-
Reported: CORBA 2.2 — Mon, 13 Jul 1998 04:00 GMT
-
Disposition: Deferred — CORBA 3.4
-
Disposition Summary:
Deferred
This proposal was generated automatically by request of the Task Force Chair Adam Mitz.
-
Updated: Wed, 1 Feb 2023 21:59 GMT
CORBA34 — Custom marshalling support for IDL fixed type
- Key: CORBA34-373
- OMG Task Force: CORBA 3.4 RTF