ADA 1.2 NO IDEA Avatar
  1. OMG Issue

ADA12 — 23.5.5 Mapping for Interfaces (Client-Side Specific)

  • Key: ADA12-23
  • Legacy Issue Number: 1856
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: 23.5.5 Mapping for Interfaces (Client-Side Specific)

    The section "Object Reference Operations" has some lines in
    typewriter font:

    function Is_Nil(Self : Ref) return Boolean;

    procedure Release(Self : Ref"CLASS);

    I believe these lines should instead be:

    function Is_Nil(Self : Ref"CLASS) return Boolean;

    procedure Release(Self : in out Ref"CLASS);

    Also, the Release operation is missing from 23.6.8 (Object)
    and lacking the "CLASS attribute in 23.8.8 (package CORBA.Object)

  • Reported: ADA 1.0 — Mon, 24 Aug 1998 04:00 GMT
  • Disposition: Resolved — ADA 1.2
  • Disposition Summary:

    No Data Available

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