diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
commit | 1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch) | |
tree | 906ea9ad9ae3c8194246a2f44678684c6df74230 /java/test/Ice/proxyAMD/MyDerivedClassI.java | |
parent | remove timeout test from proxy test. Cleanup of operations test. (diff) | |
download | ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.bz2 ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.xz ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.zip |
remove timeout test from proxy test. Cleanup of operations test.
Diffstat (limited to 'java/test/Ice/proxyAMD/MyDerivedClassI.java')
-rw-r--r-- | java/test/Ice/proxyAMD/MyDerivedClassI.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/test/Ice/proxyAMD/MyDerivedClassI.java b/java/test/Ice/proxyAMD/MyDerivedClassI.java index 0bdcd154685..bd1a1314abc 100644 --- a/java/test/Ice/proxyAMD/MyDerivedClassI.java +++ b/java/test/Ice/proxyAMD/MyDerivedClassI.java @@ -23,23 +23,6 @@ public final class MyDerivedClassI extends Test.MyDerivedClass } public void - opSleep_async(Test.AMD_MyClass_opSleep cb, int duration, Ice.Current current) - { - while(true) - { - try - { - Thread.currentThread().sleep(duration); - cb.ice_response(); - break; - } - catch(java.lang.InterruptedException ex) - { - } - } - } - - public void getContext_async(Test.AMD_MyClass_getContext cb, Ice.Current current) { cb.ice_response(_ctx); |