Issue 618: IDL from Ennvironment has invalid attribute (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: IDL from Environment has an attribute called "exception" which is invalid. This member should be renammed to "ex"or some other name which is a legal identifier Resolution: Close no change. Environment is defined as PIDL, so this is legal. Revised Text: Actions taken: July 14, 1997: received issue June 18, 2000: closed issue Discussion: End of Annotations:===== Return-Path: To: orb_revision@omg.org cc: cxx_revision@omg.org Subject: testsuite issue Date: Mon, 14 Jul 1997 13:32:36 +0100 From: Stephen McNamara As Steve pointer out in an earlier mail the method get_interface cannot be modelled as a readonly attribute interface due to the clash with 'interface' as an IDL keyword. Following on from that section 17.4.1, showing the IDL from Environment, has an attribute called exception which is equally invalid. pseudo interface Environment { attribute exception exception; } This member should be renamed to 'ex' or some other name which is a legal identifier. stephen