Issue 1308: IDL generation Association Template Syntax (mof-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 7.3.5, p. 7-15. Association Template syntax errors: * Following declaration is missing terminating ";" * // if associationend1 has max multiplicity > 1 * <AssociationEnd1Type><CollectionKind> with_ <associationend2_name> (in <AssociationEnd2Type> <associationend2_name> ) * Following declaration fragment missing underscore after "add_before": * // if associationend1 has a max multiplicity of > 1 and is_ordered * void add_before <associationend1_name> ( Resolution: closed issue Revised Text: Actions taken: May 5, 1998: received issue May 8, 2000: closed issue Discussion: 1 Discussion. Editorial problem to be fixed as indicated. 2 Proposed resolution: accept corrections as supplied. Implementation: 1. Fixed as a byproduct of adding a raises clause to all with_* op-erations in the resolution of “Issue 1078: Association interface gen-eration templates require exceptions (mof-rtf)”. Done [KR]. Implementation: 2. Added the underscore to the add_before_* template in Section 5.8.10, “Association Template,” on page 5-60. Done [KR]. End of Annotations:===== Return-Path: From: Tom Digre To: issues Cc: MOF RTF Subject: mof-rtf issue: IDL Generation Association Template Syntax Date: Mon, 4 May 1998 18:19:51 -0400 MOF, ad/97-08-15 Issue: Section 7.3.5, p. 7-15. Association Template syntax errors: * Following declaration is missing terminating ";" * // if associationend1 has max multiplicity > 1 * with_ (in ) * Following declaration fragment missing underscore after "add_before": * // if associationend1 has a max multiplicity of > 1 and is_ordered * void add_before ( Tom Digre