summaryrefslogtreecommitdiff
path: root/java/test/Ice/operationsAMD/MyDerivedClassI.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-28 22:28:09 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-28 22:28:09 +0000
commit4e7aee1d3649c4568c5ff45c58836fcbfe9a900c (patch)
treec058f44a0fba2689df54a7db04b7003a200ca46f /java/test/Ice/operationsAMD/MyDerivedClassI.java
parentSequence code generation fixes. (diff)
downloadice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.tar.bz2
ice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.tar.xz
ice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.zip
outgoing.abort
Diffstat (limited to 'java/test/Ice/operationsAMD/MyDerivedClassI.java')
-rw-r--r--java/test/Ice/operationsAMD/MyDerivedClassI.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test/Ice/operationsAMD/MyDerivedClassI.java b/java/test/Ice/operationsAMD/MyDerivedClassI.java
index 36f3bd1192b..68a6732f75e 100644
--- a/java/test/Ice/operationsAMD/MyDerivedClassI.java
+++ b/java/test/Ice/operationsAMD/MyDerivedClassI.java
@@ -331,6 +331,12 @@ public final class MyDerivedClassI extends Test.MyDerivedClass
}
public void
+ opByteSOneway_async(Test.AMD_MyClass_opByteSOneway cb, byte[] s, Ice.Current current)
+ {
+ cb.ice_response();
+ }
+
+ public void
opContext_async(Test.AMD_MyClass_opContext cb, Ice.Current current)
{
cb.ice_response(current.ctx);