-
Key: JAV2I12-87
-
Legacy Issue Number: 2482
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: This issue was raised by Vijay Natarajan of Inprise.
It appears that we need to do the same trick we used to distinguish
between Anys, java.lang.Objects, Serializable etcWe need to map java.rmi.Remote to be an alias of Object as in
{ typedef Object Remote; }
module java {
module rmi;
};This is to allow us to distinguish in IDL mapping between
public interface hello implements java.rmi.Remote
{ void foo (java.rmi.Remote arg); void foo (org.omg.CORBA.Object arg); }w/o the aliasing, these methods cannot be mapped.
-
Reported: JAV2I 1.0 — Mon, 22 Feb 1999 05:00 GMT
-
Disposition: Resolved — JAV2I 1.1
-
Disposition Summary:
Closed, accepted
-
Updated: Fri, 6 Mar 2015 21:36 GMT