ADA 1.3 RTF Avatar
  1. OMG Issue

ADA13 — Addition of a constructor for "empty" Any objects.

  • Key: ADA13-12
  • Legacy Issue Number: 3705
  • Status: closed  
  • Source: Anonymous
  • Summary:

    There is at this moment no way of creating an Any with a given
    type but no value. This is however helpfull (if not needed) when
    creating the Any passed (through a NamedValue) as the result parameter
    of the CORBA.create_request method. I suggest to add a constructor for
    Any objects with the following syntax :
    package CORBA

    { function Get_Empty_Any (Tc : in TypeCode.Object) return Any; }

    ;

  • Reported: ADA 1.2 — Tue, 13 Jun 2000 04:00 GMT
  • Disposition: Resolved — ADA 1.3
  • Disposition Summary:

    Since there is no interface that allows the value of a type Any to be set independent of resetting
    the TypeCode in the type Any, the value of this is not apparent.
    Disposition: Closed, no change

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