diff options
Diffstat (limited to 'java/test/Ice/operations/TwowaysNewAMI.java')
-rw-r--r-- | java/test/Ice/operations/TwowaysNewAMI.java | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/java/test/Ice/operations/TwowaysNewAMI.java b/java/test/Ice/operations/TwowaysNewAMI.java index 6e64af6ac7e..b531673a00f 100644 --- a/java/test/Ice/operations/TwowaysNewAMI.java +++ b/java/test/Ice/operations/TwowaysNewAMI.java @@ -12,12 +12,10 @@ package test.Ice.operations; import test.Ice.operations.Test.Callback_MyClass_opVoid; import test.Ice.operations.Test.Callback_MyClass_opBool; import test.Ice.operations.Test.Callback_MyClass_opBoolS; -import test.Ice.operations.Test.Callback_MyClass_opBoolSS; import test.Ice.operations.Test.Callback_MyClass_opByte; import test.Ice.operations.Test.Callback_MyClass_opByteBoolD; import test.Ice.operations.Test.Callback_MyClass_opByteS; import test.Ice.operations.Test.Callback_MyClass_opByteSS; -import test.Ice.operations.Test.Callback_MyClass_opContext; import test.Ice.operations.Test.Callback_MyClass_opFloatDouble; import test.Ice.operations.Test.Callback_MyClass_opFloatDoubleS; import test.Ice.operations.Test.Callback_MyClass_opFloatDoubleSS; @@ -30,7 +28,6 @@ import test.Ice.operations.Test.Callback_MyClass_opNonmutating; import test.Ice.operations.Test.Callback_MyClass_opShortIntD; import test.Ice.operations.Test.Callback_MyClass_opShortIntLong; import test.Ice.operations.Test.Callback_MyClass_opShortIntLongS; -import test.Ice.operations.Test.Callback_MyClass_opShortIntLongSS; import test.Ice.operations.Test.Callback_MyClass_opString; import test.Ice.operations.Test.Callback_MyClass_opStringMyEnumD; import test.Ice.operations.Test.Callback_MyClass_opMyEnumStringD; @@ -656,50 +653,6 @@ class TwowaysNewAMI private Callback callback = new Callback(); } - private static class opBoolSSI extends Callback_MyClass_opBoolSS - { - @Override - public void response(boolean[][] rso, boolean[][] bso) - { - callback.called(); - } - - @Override - public void exception(Ice.LocalException ex) - { - test(false); - } - - public void check() - { - callback.check(); - } - - private Callback callback = new Callback(); - } - - private static class opShortIntLongSSI extends Callback_MyClass_opShortIntLongSS - { - @Override - public void response(long[][] rso, short[][] sso, int[][] iso, long[][] lso) - { - callback.called(); - } - - @Override - public void exception(Ice.LocalException ex) - { - test(false); - } - - public void check() - { - callback.check(); - } - - private Callback callback = new Callback(); - } - private static class opFloatDoubleSSI extends Callback_MyClass_opFloatDoubleSS { @Override |