Issue 2382: missing description on the init method for CurrencyValue (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: The init() method appears in the consolidated IDL Specifications portion of the standard, but does not appear and is not documented or discussed in section 2.3.6. Resolution: closed issue, resolved by Currency 2 RTF Revised Text: Resolution: Add the method and text describing it in the text section of the spec. Revised Text: In section 2.3.6.1 after Value Currency add: Initialization void init( in wstring name, in wstring mnemonic, in wstring numericCode, in wstring symbol, in wstring fractionSymbol, in short ratioOfFractionToWhole, in wstring description, in CBO::DTime introductionDate, in CBO::DTime expirationDate, in boolean isISO, in wstring ISOVersion) raises(FbcException); The Currency value can be initialized entirely via the init() operation. Note that all values must meet the preconditions associated with each parameter passed. See the accessors below for their specific preconditions. Actions taken: January 11, 1999: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Return-Path: From: Robert_Mickley@CYBORG.COM X-Lotus-FromDomain: CYBORG@CYBORG_NET To: issues@omg.org cc: Robert_Mickley@CYBORG.COM, Amy_Griffis@CYBORG.COM Date: Mon, 11 Jan 1999 21:28:52 -0700 Subject: Currency RTF Issues Content-Disposition: inline Today is the deadline for comments for the Currency RTF. Below is an itemized list of additions to that list. Issue Title: Correct for missing description on the init method for CurrencyValue Issue Type: Text Revision Issue Description: The init() method appears in the consolidated IDL Specifications portion of the standard, but does not appear and is not documented or discussed in section 2.3.6.