Issue 188: interface mapping (cxx_revision) Source: (, ) Nature: Uncategorized Severity: MEDIUM Summary: Summary: Mapping for Interface [16.3 CORBA2.0] Mapping example in 3.5.6 implements the ptr type as full pointer. A pointer could be implemented as a class Resolution: Close no change. This change is too intrusive and would break too much existing code. Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Proposed resolution: Passing an objref implemented as an object (as opposed to a pointer) as a reference to const requires all the operations supported by that objref to be const member functions. End of Annotations:===== >From juergen@omg.org Thu Oct 24 15:01:07 1996 Received: from rune.omg.org by amethyst.omg.org.omg.org (5.4R2.01/1.34) id AA15075; Thu, 24 Oct 1996 15:01:07 -0400 Message-Id: <2.2.32.19961024190046.0071a7c8@amethyst.omg.org> X-Sender: juergen@amethyst.omg.org X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 24 Oct 1996 15:00:46 -0400 To: issues, cxx_revision From: Juergen Boldt Subject: issue188 This is issue # 188 Title: interface mapping Desc: Mapping for Interface [16.3 CORBA2.0] Mapping example in 3.5.6 implements the ptr type as full pointer. A pointer could be implemented as a class Resolution: Proposed resolution: Passing an objref implemented as an object (as opposed to a pointer) as a reference to const requires all the operations supported by that objref to be const member functions. -Juergen