Issue 3533: MOF RTF Issue: typos in Reflective.idl (mof-rtf) Source: DSTC (Dr. Stephen Crawley, nobody) Nature: Uncategorized Issue Severity: Summary: We've spotted two minor typos in the Reflective.idl in Appendix B.2 of the MOF 1.3 spec. 1) The constant called "WRONG_DESIGNATOR_DESIGNMATOR_VIOLATION" should be renamed to "WRONG_DESIGNATOR_VIOLATION". [The constant is described correctly in section 5.4.6 on page 5-31] 2) The "ref_unset_value()" operation in "RefObject" is missing a parameter. It should be declared as: void ref_unset_value(in DesignatorType feature) raises (MofError); [The operation is described correctly in section 6.2.3 on page 6-13] Resolution: Make the changes as suggested Revised Text: In the Reflective module in Appendix B.2, change the identifier for the constant currently called WRONG_DESIGNATOR_DESIGNATOR_VIOLATION to be WRONG_DESIGNATOR_VIOLATION. In the IDL for Reflective::RefObjec in Appendix B.2, change the declaration of the ref_unset_value() operation to be void ref_unset_value(in DesignatorType feature) raises (MofError); Actions taken: April 7, 2000: received issue December 3, 2001: closed issue Discussion: End of Annotations:===== X-Mailer: exmh version 2.1.0 09/18/1999 To: issues@omg.org, mof-rtf@omg.org Subject: MOF RTF Issue: typos in Reflective.idl Mime-Version: 1.0 Date: Fri, 07 Apr 2000 11:33:31 +1000 From: Stephen Crawley Content-Type: text/plain; charset=us-ascii X-UIDL: R'4!!O!1!!8F(e9W?=!! We've spotted two minor typos in the Reflective.idl in Appendix B.2 of the MOF 1.3 spec. 1) The constant called "WRONG_DESIGNATOR_DESIGNMATOR_VIOLATION" should be renamed to "WRONG_DESIGNATOR_VIOLATION". [The constant is described correctly in section 5.4.6 on page 5-31] 2) The "ref_unset_value()" operation in "RefObject" is missing a parameter. It should be declared as: void ref_unset_value(in DesignatorType feature) raises (MofError); [The operation is described correctly in section 6.2.3 on page 6-13] -- Steve X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: mof-rtf@omg.org Subject: Proposed resolution for Issue 3533: Mime-Version: 1.0 Date: Tue, 10 Apr 2001 15:48:20 +1000 From: Stephen Crawley X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/) Content-Type: text/plain; charset=us-ascii X-UIDL: #V$e99Wi!!8UPe9<9'e9 >Title: Issue 3533: MOF RTF Issue: typos in Reflective.idl >Summary: We've spotted two minor typos in the Reflective.idl in >Appendix B.2 of the MOF 1.3 spec. > > 1) The constant called "WRONG_DESIGNATOR_DESIGNMATOR_VIOLATION" >should > be renamed to "WRONG_DESIGNATOR_VIOLATION". [The constant is >described > correctly in section 5.4.6 on page 5-31] > > 2) The "ref_unset_value()" operation in "RefObject" is missing a > parameter. It should be declared as: > void ref_unset_value(in DesignatorType feature) raises >(MofError); > [The operation is described correctly in section 6.2.3 on page >6-13] Proposed Resolution: Make the changes as suggested. Revised Text: In the Reflective module in Appendix B.2, change the identifier for the constant currently called WRONG_DESIGNATOR_DESIGNATOR_VIOLATION to be WRONG_DESIGNATOR_VIOLATION. In the IDL for Reflective::RefObjec in Appendix B.2, change the declaration of the ref_unset_value() operation to be: void ref_unset_value(in DesignatorType feature) raises (MofError);