/[classpath]/classpath/org/omg/CORBA/portable/ObjectImpl.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/portable/ObjectImpl.java

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

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.1.2.2 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 391  public abstract class ObjectImpl Line 391  public abstract class ObjectImpl
391    }    }
392    
393    /**    /**
    * Return the hashcode for this CORBA object. The default implementation  
    * delegates call to {@link #_hash(int)}, passing Integer.MAX_VALUE as an  
    * argument.  
    *  
    * @return the hashcode.  
    */  
   public int hashCode()  
   {  
     return _hash(Integer.MAX_VALUE);  
   }  
   
   /**  
394     * Return the string representation of the passed object.     * Return the string representation of the passed object.
395     *     *
396     * @return the string representation.     * @return the string representation.

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