summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDelM.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-07-13 13:21:14 +0000
committerMarc Laukien <marc@zeroc.com>2003-07-13 13:21:14 +0000
commit8f0bc0ebbb742361ca0f289a3f9cc04aea382459 (patch)
tree4b9eeb6adb1e94faa1622ad6bc38c1955ef2937c /java/src/Ice/_ObjectDelM.java
parentrenaming objectprx to proxy (diff)
downloadice-8f0bc0ebbb742361ca0f289a3f9cc04aea382459.tar.bz2
ice-8f0bc0ebbb742361ca0f289a3f9cc04aea382459.tar.xz
ice-8f0bc0ebbb742361ca0f289a3f9cc04aea382459.zip
merge with 1.1
Diffstat (limited to 'java/src/Ice/_ObjectDelM.java')
-rw-r--r--java/src/Ice/_ObjectDelM.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/Ice/_ObjectDelM.java b/java/src/Ice/_ObjectDelM.java
index e36b503ba7b..1bdc8e19e2e 100644
--- a/java/src/Ice/_ObjectDelM.java
+++ b/java/src/Ice/_ObjectDelM.java
@@ -504,6 +504,12 @@ public class _ObjectDelM implements _ObjectDel
protected void
reclaimOutgoing(IceInternal.Outgoing out)
{
+ //
+ // TODO: Is this code necessary? Shouldn't __outgoingCache be
+ // empty, i.e., shouldn't this be assert(__outgoingCache ==
+ // null), just like for _incomingCache in
+ // IceInternal::Connection?
+ //
synchronized(__outgoingMutex)
{
out.next = __outgoingCache;