Issue 10756: Typos in section 3.2.1.2 IDL description (data-distribution-rtf) Source: PrismTech (Mr. Erik Hendriks, erik.hendriks(at)prismtech.com) Nature: Uncategorized Issue Severity: Summary: Problem: In section 3.2.1.2 IDL description on page 3-49 for the definition of the SelectionListener the on_object_out operation is listed, however this operation is generated on the derived class 'Foo', thus should be contained within the comments just like operations on_object_modified and on_object_in. This was not correctly revised during the last spec revision. Solution: Replace: local interface SelectionListener { /* Will be generated with the proper Foo type * in the derived FooSelectionListener * void on_object_in ( in ObjectRoot the_object); void on_object_modified ( in ObjectRoot the_object); * ***/ void on_object_out ( in ObjectRoot the_object); }; With: local interface SelectionListener { /* Will be generated with the proper Foo type in the derived FooSelectionListener * * void on_object_in (in ObjectRoot the_object); * void on_object_modified (in ObjectRoot the_object); * void on_object_out (in ObjectRoot the_object); */ }; Resolution: Revised Text: Actions taken: February 14, 2007: received issue Discussion: End of Annotations:===== iler: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 14 Feb 2007 12:43:58 -0500 To: issues@omg.org, data-distribution-rtf@omg.org From: Juergen Boldt Subject: issue 10756 -- DDS RTF issue X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at omg.org This is issue # 10756 From: "Erik Hendriks" Typos in section 3.2.1.2 IDL description Problem: In section 3.2.1.2 IDL description on page 3-49 for the definition of the SelectionListener the on_object_out operation is listed, however this operation is generated on the derived class 'Foo', thus should be contained within the comments just like operations on_object_modified and on_object_in. This was not correctly revised during the last spec revision. Solution: Replace: local interface SelectionListener { /* Will be generated with the proper Foo type * in the derived FooSelectionListener * void on_object_in ( in ObjectRoot the_object); void on_object_modified ( in ObjectRoot the_object); * ***/ void on_object_out ( in ObjectRoot the_object); }; With: local interface SelectionListener { /* Will be generated with the proper Foo type in the derived FooSelectionListener * * void on_object_in (in ObjectRoot the_object); * void on_object_modified (in ObjectRoot the_object); * void on_object_out (in ObjectRoot the_object); */ }; Juergen Boldt Director, Member Services Object Management Group 140 Kendrick St Building A Suite 300 Needham, MA 02494 USA tel: +1 781 444 0404 x 132 fax: +1 781 444 0320 email: juergen@omg.org www.omg.org