Issue 10755: 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-48 and 3-49 for the definition of the ObjectListener the on_object_created and on_object_deleted operations are listed, however these operations are generated on the derived class 'Foo', thus should be contained within the comments just like operation on_object_modified. This was not correctly revised during the last spec revision. Solution: Replace: local interface ObjectListener { boolean on_object_created ( in ObjectRoot the_object); /**** will be generated with the proper Foo type* in the derived * FooListener * boolean on_object_modified ( * in ObjectRoot the_object); ****/ boolean on_object_deleted ( in ObjectRoot the_object); }; With: local interface ObjectListener { /* Will be generated with the proper Foo type in the derived FooListener * * boolean on_object_modified (in ObjectRoot the_object); * boolean on_object_created (in ObjectRoot the_object); * boolean on_object_deleted (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:39:28 -0500 To: issues@omg.org, data-distribution-rtf@omg.org From: Juergen Boldt Subject: issue 10755 -- DDS RTF issue X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at omg.org This is issue # 10755 From: "Erik Hendriks" Typos in section 3.2.1.2 IDL description Problem: In section 3.2.1.2 IDL description on page 3-48 and 3-49 for the definition of the ObjectListener the on_object_created and on_object_deleted operations are listed, however these operations are generated on the derived class 'Foo', thus should be contained within the comments just like operation on_object_modified. This was not correctly revised during the last spec revision. Solution: Replace: local interface ObjectListener { boolean on_object_created ( in ObjectRoot the_object); /**** will be generated with the proper Foo type* in the derived * FooListener * boolean on_object_modified ( * in ObjectRoot the_object); ****/ boolean on_object_deleted ( in ObjectRoot the_object); }; With: local interface ObjectListener { /* Will be generated with the proper Foo type in the derived FooListener * * boolean on_object_modified (in ObjectRoot the_object); * boolean on_object_created (in ObjectRoot the_object); * boolean on_object_deleted (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