Issue 1896: 23.8.1 Package CORBA (ada-rtf) Source: (, ) Nature: Enhancement Severity: Summary: Summary: I propose the addition of two functions to the package CORBA: function To_CORBA_String (Source : Standard.String) return CORBA.String; function To_Standard_String (Source : CORBA.String) return Standard.String; In my opinion, the frequency with which these conversion functions are needed when dealing with the type CORBA.String justify their inclusion in the CORBA package. Resolution: CORBA.String) return Standard.String; In my opinion, the frequency with which these conversion f Revised Text: Actions taken: August 28, 1998: received issue June 4, 1999: closed issue Discussion: End of Annotations:===== Return-Path: From: "user" To: Subject: Conversion between CORBA.String and Standard.String Date: Fri, 28 Aug 1998 16:56:42 +0200 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Issue type: Enhancement 23.8.1 Package CORBA I propose the addition of two functions to the package CORBA: function To_CORBA_String (Source : Standard.String) return CORBA.String; function To_Standard_String (Source : CORBA.String) return Standard.String; In my opinion, the frequency with which these conversion functions are needed when dealing with the type CORBA.String justify their inclusion in the CORBA package. -- -- Please do not respond to the e-mail address from the header. -- Instead: Oliver M. Kellogg Daimler-Benz Aerospace AG Sensor Systems, Dept. VE3E3 D-89070 Ulm, Germany Tel: (+49) 731 392-7138 Fax: (+49) 731 392-4255 E-mail: Oliver.Kellogg@vs.dasa.de Return-Path: From: "Oliver M. Kellogg" To: Subject: Re: issue 1896 (23.5.5 Mapping for Interfaces (Client-Side Specific)) Date: Tue, 1 Sep 1998 08:39:34 +0200 X-Msmail-Priority: Normal Essentially this is a non-issue. I had overlooked that the operations To_String and To_Unbounded_String are inherited from the Ada.Strings.Unbounded class. At best it could be argued that the names To_CORBA_String and To_Standard_String are slightly more appropriate, as they hide the origin of the CORBA.String type. -- Oliver M. Kellogg Daimler-Benz Aerospace AG Sensor Systems, Dept. VE3E3 D-89070 Ulm, Germany phone: (+49) 731 392-7138 fax: (+49) 731 392-4255 e-mail: Oliver.Kellogg@vs.dasa.de