/[classpath]/classpath/java/rmi/server/RemoteObject.java
ViewVC logotype

Diff of /classpath/java/rmi/server/RemoteObject.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.5 by gnu_andrew, Tue Aug 2 20:12:24 2005 UTC revision 1.4.2.6 by gnu_andrew, Wed Nov 2 00:43:36 2005 UTC
# Line 120  public boolean equals(Object obj) { Line 120  public boolean equals(Object obj) {
120              in.read (); //some unknown UnicastRef2 field              in.read (); //some unknown UnicastRef2 field
121            }            }
122    
123          cname = RemoteRef.packagePrefix + '.' + cname;    // It would be nice to use RemoteRef.packagePrefix here, but for binary
124      // compatibility with the JDK that has to contain "sun.rmi.server"...
125            cname = "gnu.java.rmi.server." + cname;
126          try          try
127            {            {
128              Class cls = Class.forName(cname);              Class cls = Class.forName(cname);

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26