Issue 2402: Correct Currency create method (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Currency create( 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) Resolution: resolved by Currency 2 RTF Revised Text: Resolution: Add new interface to CurrencyBook Revised Text: In section 2.3.10 Add before CurrencyBook Identification: Creating Currencies Currency create(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); Simply affords the network client a means to create Currency objects by specifying all attributes of the desired Currency object. This operation has the identical preconditions as the Currency init() operation. Revised Idl: In the consolidated idl add the following operation to the CurrencyBook interface: Currency create(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); 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 Currency create method Issue Type: IDL Revision Issue Description: Currency create( 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)