summaryrefslogtreecommitdiff
path: root/java/src/Ice/AsyncResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/AsyncResult.java')
-rw-r--r--java/src/Ice/AsyncResult.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/Ice/AsyncResult.java b/java/src/Ice/AsyncResult.java
index 8667a1afb88..de8c225d910 100644
--- a/java/src/Ice/AsyncResult.java
+++ b/java/src/Ice/AsyncResult.java
@@ -517,6 +517,7 @@ public class AsyncResult
protected IceInternal.BasicStream _os;
protected IceInternal.RequestHandler _timeoutRequestHandler;
+ protected java.util.concurrent.Future<?> _future;
protected static final byte OK = 0x1;
protected static final byte Done = 0x2;