Issue 1272: Java mapping example and C++ mapping example (obv-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: In the Java mapping example on page 6-64 the operations are mapped to public operations of the Java class. However in the C++ mapping example on page 7-95, the operations are mapped to protected pure virtual functions of the generated C++ class. Resolution: Revised Text: Actions taken: April 28, 1998: received issue July 30, 1998: closed issue Discussion: End of Annotations:===== Issue 1272 (Patrick Thompson) ------------------------- In the Java mapping example on page 6-64 the operations are mapped to public operations of the Java class. However in the C++ mapping example on page 7-95, the operations are mapped to protected pure virtual functions of the generated C++ class.