Issue 780: RIDs (orb_revision) Source: (, ) Nature: Uncategorized Issue Severity: Minor Summary: Summary: The definition of IDL Repository IDs the example in the IFR chapter 7.6.6 indicates that prefixes when not set are not separated. Definition says that "typically" it is the prefix and scoped name separated with "/". Resolution: Fixed with sepcific example in section 10.6.5.2 in Rev 2.3 Revised Text: Close no change in 2.3a Actions taken: November 7, 1997: received issue February 22, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Date: Fri, 07 Nov 1997 13:26:25 +0000 From: Terence Cross Organization: Iona Tech., +353 1 6022111 x 2266, http://www-irl.iona.com/hyplan/tcross/ To: orb_revision@omg.org Subject: ORB Core RTF References: <344CED17.C336FF47@iona.com> Hi, in reponse to the action point from the Dublin meeting I include the following. (3) RIDs The definition of IDL Repository IDs the example in the IFR chapter 7.6.6 (and not the definition ch. 7.6.1) indicates that prefixes when not set are not separated. The definition says that "typically" it is the prefix and scoped name seperated with "/". But does not explicitly say which of the two in the following example is correct. Example //IDL module MoneyFor { interface Nothing { void do_something(); }; }; The RID for interface could be: "IDL:/MoneyFor/Nothing" rather than what current spec's examples would indicate: "IDL:MoneyFor/Nothing" The first one is unambiguous; MoneyFor is not a prefix. rgs, Terence Cross.