Re: [cp-patches] FYI: Fixes in org.omg.CORBA.Object._is_equivalent.

2005-12-02 Thread Mark Wielaard
Hi Audrius, Going through some older patches. On Sun, 2005-11-06 at 14:24 +0100, Meskauskas Audrius wrote: + /** + * Get the hashcode of this IOR. + */ + public int hashCode() + { +Adler32 adler = new Adler32(); +if (key != null) + adler.update(key); +if

[cp-patches] FYI: Fixes in org.omg.CORBA.Object._is_equivalent.

2005-11-06 Thread Meskauskas Audrius
This method provides better functionality for the org.omg.CORBA.Object._is_equivalent. If the objects are remote, it is still possible to check if they are equivalent by comparing the host and object key information. 2005-11-06 Audrius Meskauskas [EMAIL PROTECTED] * gnu/CORBA/IOR.java