/[classpath]/classpath/gnu/CORBA/Connected_objects.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Connected_objects.java

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

revision 1.1.2.3 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.4 by gnu_andrew, Tue Sep 20 18:46:22 2005 UTC
# Line 90  public class Connected_objects Line 90  public class Connected_objects
90       * applicable.       * applicable.
91       */       */
92      public final java.lang.Object identity;      public final java.lang.Object identity;
   
     public boolean equals(java.lang.Object other)  
     {  
       if (other instanceof cObject)  
         {  
           cObject o = (cObject) other;  
           return o.object.equals(object) && o.port == port;  
         }  
       else  
         return false;  
     }  
93    }    }
94    
95    /**    /**

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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