summaryrefslogtreecommitdiff
path: root/java/src/Ice/ConnectionI.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-09-19 11:24:12 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-09-19 11:24:12 -0230
commitf684ea538bec2af9e3c10c93b3ae0341a0689ef0 (patch)
treede62e0ea13269c0ddfd4222b2f6433aaa8d77904 /java/src/Ice/ConnectionI.java
parentadding collocated version of Python ami test (diff)
downloadice-f684ea538bec2af9e3c10c93b3ae0341a0689ef0.tar.bz2
ice-f684ea538bec2af9e3c10c93b3ae0341a0689ef0.tar.xz
ice-f684ea538bec2af9e3c10c93b3ae0341a0689ef0.zip
ICE-5661 some changes to class structure for OutgoingAsync
Diffstat (limited to 'java/src/Ice/ConnectionI.java')
-rw-r--r--java/src/Ice/ConnectionI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java
index cb3383bfb56..e3c555f6174 100644
--- a/java/src/Ice/ConnectionI.java
+++ b/java/src/Ice/ConnectionI.java
@@ -651,8 +651,8 @@ public final class ConnectionI extends IceInternal.EventHandler implements Conne
@Override
public void end_flushBatchRequests(AsyncResult ir)
{
- IceInternal.AsyncResultI r = (IceInternal.AsyncResultI) ir;
- IceInternal.AsyncResultI.check(r, this, __flushBatchRequests_name);
+ IceInternal.OutgoingAsyncBase r = (IceInternal.OutgoingAsyncBase) ir;
+ IceInternal.OutgoingAsyncBase.check(r, this, __flushBatchRequests_name);
r.__wait();
}