/[classpath]/classpath/gnu/CORBA/Poa/activeObjectMap.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Poa/activeObjectMap.java

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

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.2 by gnu_andrew, Tue Sep 20 18:46:23 2005 UTC
# Line 142  public class activeObjectMap Line 142  public class activeObjectMap
142      {      {
143        deactivated = state;        deactivated = state;
144      }      }
   
     public boolean equals(java.lang.Object other)  
     {  
       if (other instanceof Obj)  
         {  
           Obj o = (Obj) other;  
           return o.object.equals(object);  
         }  
       else  
         return false;  
     }  
145    }    }
146    
147    /**    /**

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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