Issue 7893: change in the POAManager (corba-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: I would propose to change in the POAManager the following: State get_state(); string get_id(); to readonly attribute State the_state; readonly attribute string the_id; The get method just hide the fact that this are readonly attributes Resolution: Revised Text: Actions taken: November 1, 2004: received issue April 11, 2012: Deferred to next RTF Discussion: End of Annotations:===== m: webmaster@omg.org Date: 01 Nov 2004 05:40:38 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy IT mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: Corba Section: 11.3.2.6/11.3.2.7 FormalNumber: 04-03-12 Version: 3.0.3 RevisionDate: 03/01/04 Page: 11-21 Nature: Enhancement Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Description I would propose to change in the POAManager the following: State get_state(); string get_id(); to readonly attribute State the_state; readonly attribute string the_id; The get method just hide the fact that this are readonly attributes