Issue 9879: Section: 5.2 and 5.7 (corba-e-ftf) Source: (, ) Nature: Clarification Severity: Minor Summary: Under ORB Operations register_initial_reference is inside #if ! defined(CORBA_E_MICRO) on page 5-4. Under Consolidated IDL on page 5-35 it is outside the #if ! defined(CORBA_E_MICRO). Where should it fall? Resolution: The intent is that register_initial_reference is not in the Micro profile. The consolidated IDL should be corrected Revised Text: In section 8.7, page 132 of the ptc/06-08-03, move the line: #endif down five (5) line (after the definition of register_initial_reference). Also correct in files Compact/CORBA_PIDL/CORBA_ORB.idl, and Master/CORBA_PIDL/CORBA_ORB.idl. Remove the definition from the file: Micro/CORBA_PIDL/CORBA_ORB.idl. Actions taken: June 30, 2006: received issue July 18, 2008: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 30 Jun 2006 05:17:19 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Donald Sharp Company: PrismTech mailFrom: Donald.Sharp@prismtech.com Notification: Yes Specification: CORBA - for embedded Section: 5.2 and 5.7 FormalNumber: ptc/06-05-01 Version: Draft Adopted Specification RevisionDate: 05/01/06 Page: 5-4 and 5-35 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4 Description Under ORB Operations register_initial_reference is inside #if ! defined(CORBA_E_MICRO) on page 5-4. Under Consolidated IDL on page 5-35 it is outside the #if ! defined(CORBA_E_MICRO). Where should it fall?