Issue 2381: Propose modification to the init method of CurrencyValue (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Propose the following interface change(s): void init( in wstring name, in wstring fractionName, in wstring mnemonic, in short 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, in StringCollection locales) raises(FbcException); - Note in this signature that scaleFactor, isExternalOutputShowingFractions, and isInternalOutputShowingFractions have been deleted. Resolution: resolved in Currency 2 RTF, closed Revised Text: Resolution: The resolution will be to fix the IDL, get rid of extraneous unrelated parameters from the init method. Revised IDL: Remove from consolidated idl in Appendix A.1 from the Currency value type's init method the following arguments: in long scaleFactor, in boolean isExternalOutputShowingFractions, in boolean isinternalOutputShowingFractions 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: Propose modification to the init method of CurrencyValue Issue Type: IDL Revision Issue Description: Propose the following interface change(s): void init( in wstring name, in wstring fractionName, in wstring mnemonic, in short 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, in StringCollection locales) raises(FbcException); - Note in this signature that scaleFactor, isExternalOutputShowingFractions, and isInternalOutputShowingFractions have been deleted.