Issue 2209: Method for converting an Object to a Ref (ada-rtf) Source: (, ) Nature: Enhancement Severity: Summary: Summary: The Ada mapping lacks a method for converting an implementation side Object to the corresponding proxy side Ref. The C++ mapping defines a method, _this(), for this purpose (see CORBA V2.2 chapter 20.34.2.) I propose the addition in the code generated for an interface A, in package A.Impl: function To_Ref (Self : access Object) return Ref; Resolution: Revised Text: Actions taken: November 13, 1998: received issue June 4, 1999: closed issue Discussion: End of Annotations:===== Return-Path: From: "Oliver M. Kellogg" To: Subject: Method for converting an Object to a Ref Date: Fri, 13 Nov 1998 16:22:23 +0100 X-Msmail-Priority: Normal Issue type: Enhancement The Ada mapping lacks a method for converting an implementation side Object to the corresponding proxy side Ref. The C++ mapping defines a method, _this(), for this purpose (see CORBA V2.2 chapter 20.34.2.) I propose the addition in the code generated for an interface A, in package A.Impl: function To_Ref (Self : access Object) return Ref; Thank you, Oliver M. Kellogg -- Daimler-Benz Aerospace Sensor Systems, Dept. VE3SW5 D-89070 Ulm, Germany phone: (+49) 731 392-7138 fax: (+49) 731 392-4255 e-mail: Oliver.Kellogg@vs.dasa.de