summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/portable/ObjectImpl.java
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-05-23 20:00:45 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-05-23 20:00:45 +0000
commitefeecb0f2e549c7029bfdbfbba50dd4a8c46d209 (patch)
treee01c069c28a134dc99bd858d60dbbbf827e4f473 /org/omg/CORBA/portable/ObjectImpl.java
parent25d58d2b4b870547fc843c544e78a6b37c36afb8 (diff)
downloadclasspath-efeecb0f2e549c7029bfdbfbba50dd4a8c46d209.tar.gz
2005-05-23 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/CORBA/Asynchron.java: New file. * org/omg/CORBA/ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. * gnu/CORBA/gnuRequest.java (send_deferred, send_oneway): Launch the submission process in a separate thread. * org/omg/CORBA/portable/ObjectImpl.java (hashCode): Removing redundant method. * gnu/CORBA/Functional_ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. * gnu/CORBA/Restricted_ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods.
Diffstat (limited to 'org/omg/CORBA/portable/ObjectImpl.java')
-rw-r--r--org/omg/CORBA/portable/ObjectImpl.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/org/omg/CORBA/portable/ObjectImpl.java b/org/omg/CORBA/portable/ObjectImpl.java
index d501e38b9..6cfad5550 100644
--- a/org/omg/CORBA/portable/ObjectImpl.java
+++ b/org/omg/CORBA/portable/ObjectImpl.java
@@ -391,18 +391,6 @@ public abstract class ObjectImpl
}
/**
- * 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);
- }
-
- /**
* Return the string representation of the passed object.
*
* @return the string representation.