summaryrefslogtreecommitdiff
path: root/java/test/Ice/proxyAMD/MyDerivedClassI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/proxyAMD/MyDerivedClassI.java')
-rw-r--r--java/test/Ice/proxyAMD/MyDerivedClassI.java17
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);