CORBA 2.3 NO IDEA Avatar
  1. OMG Issue

CORBA23 — Change to IDL for anonymous types

  • Key: CORBA23-8
  • Legacy Issue Number: 1729
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: Secondly, anonymous types are generally a pain to deal with
    for a language mapping. I know that anonymous sequences are
    a necessary evil because they are needed to define recursive
    structs and recursive unions. For example:

    struct node

    { long data; sequence<node> children; }

    ;

    However, IDL allows anonymous sequences and arrays to be used
    in other ways for which they are not essential.

  • Reported: CORBA 2.2 — Thu, 23 Jul 1998 04:00 GMT
  • Disposition: Resolved — CORBA 2.3
  • Disposition Summary:

    No Data Available

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