Issue 11334: Section: 11.4.1 (corba-e-ftf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen@remedy.nl) Nature: Clarification Severity: Minor Summary: On this page we have: #if ! defined (CORBA_E_MICRO) // POA attributes readonly attribute string the_name; readonly attribute POA the_parent; readonly attribute POAManager the_POAManager; But there is not endif associated with the !defined Resolution: Since 11.4.1 is confined to the Compact profile and section 11.4.2 separately shows the interface supported by the Micro profile, the #if statements are redundant and should be removed. Revised Text: Remove all #if ! defined(CORBA_E_MICRO) and corresponding #endif statements from 11.4.1 (Compact Profile); they are redundant with the section 11.4.2. Actions taken: September 7, 2007: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 07 Sep 2007 14:26:19 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy IT mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: CORBA/e Section: 11.4.1 FormalNumber: 06-08-03 Version: - RevisionDate: - Page: 192 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Description On this page we have: #if ! defined (CORBA_E_MICRO) // POA attributes readonly attribute string the_name; readonly attribute POA the_parent; readonly attribute POAManager the_POAManager; But there is not endif associated with the !defined