Issue 2401: Change get Currency to retrieveCurrency (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: The getCurrency() method name lends the consumer to believe that it is simply an accessor method, which it is not. It is a searching method. Change the method name to retrieveCurrency() or something that indicates searching semantics. Resolution: closed issue, resolved by Currency 2 RTF Revised Text: Resolution: Change the operation name from getCurrency to retrieveCurrency. Revised Text: In section 2.3.10 change all operation name of getCurrency to: retrieveCurrency Revised Idl: Change Consolidated Idl (Appendix A) under CurrencyBook interface from: Currency getCurrency(in wstring mnemonic) raises (FbcException); to: Currency retrieveCurrency(in wstring mnemonic) 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: Change get Currency to retrieveCurrency Issue Type: IDL Revision Issue Description: The getCurrency() method name lends the consumer to believe that it is simply an accessor method, which it is not. It is a searching method. Change the method name to retrieveCurrency() or something that indicates searching semantics.