-
Key: CORBA23-10
-
Legacy Issue Number: 1892
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The name of an interface or a module may not be redefined within
the immediate scope of the interface or the module. For example:module M {
{ void i (in short j); // Error: i clashes with the interface name I }
typedef short M; // Error: M is the name of the module
in the scope of which the typedef is.
interface I;
}; -
Reported: CORBA 2.2 — Thu, 27 Aug 1998 04:00 GMT
-
Disposition: Resolved — CORBA 2.3
-
Disposition Summary:
Incorporate changed text and close issue in 2.4
-
Updated: Fri, 6 Mar 2015 20:58 GMT