/[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.9 by mark, Sat Jul 2 20:32:40 2005 UTC revision 1.10 by mark, Wed Oct 5 15:33:35 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.9  
changed lines
  Added in v.1.10

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