Issue 599: const method qualification should be removed (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: C++ mapping for pseudo request class contains const member functions mapped from readonly attributes. IDL does not define C++ mapping for readonly attribs to const member functions. Resolution: close with no change Revised Text: Actions taken: July 9, 1997: received issue July 24, 1997: reasigned to cxx_revision June 13, 2000: closed issue Discussion: Close with no change. The fact that IDL doesn't have const operations doesn't mean that member functions in the C++ mapping can't be const. In addition, making this change now can cause code that currently works to no longer compile. End of Annotations:===== Return-Path: To: orb_revision@omg.org cc: cxx_revision@omg.org Subject: testsuite issue Date: Wed, 09 Jul 1997 16:04:42 +0100 From: Stephen McNamara Section 17.7.2 The C++ mapping for a pseudo Request class contains const member functions mapped from readonly attributes. However IDL does not define a C++ mapping for readonly attributes to constant member functions. Therefore the const method qualification should be removed in keeping with the IDL mapping. stephen