CORBA 2.3 NO IDEA Avatar
  1. OMG Issue

CORBA23 — Operation to add to CORBA::ORB pseudo-object

  • Key: CORBA23-1
  • Legacy Issue Number: 991
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: The following operations should be added to the CORBA::ORB
    pseudo-object:

    module CORBA {
    interface ORB

    { ... typedef sequence<octet> SerializedData; typedef unsigned long SerializedEncoding; const SerializedEncoding CDR_ENCODING = 0; SerializedData serialize(in Any data, in SerializedEncoding how); Any unserialize(in SerializedData data, in SerializedEncoding how); ... }

    ;
    };

  • Reported: CORBA 2.2 — Wed, 4 Mar 1998 05:00 GMT
  • Disposition: Resolved — CORBA 2.3
  • Disposition Summary:

    Close no change in 2.4

  • Updated: Fri, 6 Mar 2015 20:58 GMT