/[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 by audriusa, Fri Jul 22 16:57:47 2005 UTC revision 1.2 by audriusa, Wed Sep 14 21:12:21 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  
changed lines
  Added in v.1.2

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