-
Key: CORBA23-82
-
Legacy Issue Number: 2522
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: Pages 3-18 and 3-19 of the CORBA 2.3a spec state that a forward declaration consists of the following:
[abstract] "interface" <identifier>
I believe that this should be:
[abstract] "interface" <scoped_name>Otherwise, the following would be illegal:
{ B::d f(); }
module A
{
interface B::d; //forward decl of d
interface c
;
{ A::c f(); }
};
module B
{
interface d
;
}; -
Reported: CORBA 2.2 — Tue, 9 Mar 1999 05:00 GMT
-
Disposition: Resolved — CORBA 2.3
-
Disposition Summary:
Close no change in 2.4
-
Updated: Fri, 6 Mar 2015 20:58 GMT