-
Key: ADA12-29
-
Legacy Issue Number: 2262
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: I suggest that the IDL to Ada mapping standard specifically
mention that Impl side methods be dispatching. In order to
achieve this, the Impl package spec generated for an
interface A should contain the marked declaration:with POA_A;
package A.Impl is
type Object is new POA_A.Object with private;
-------- ADDITION :
type Object_Access is access all Object"Class;
-------- END OF ADDITION– example method:
procedure Meth (Self : access Object);end A.Impl;
-
Reported: ADA 1.1 — Wed, 16 Dec 1998 05:00 GMT
-
Disposition: Resolved — ADA 1.2
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:58 GMT
ADA12 — Impl methods should be dispatchable
- Key: ADA12-29
- OMG Task Force: IDL/Ada Update Mapping FTF