summaryrefslogtreecommitdiff
path: root/java/test/Ice/proxy/MyDerivedClassI.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
commit1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch)
tree906ea9ad9ae3c8194246a2f44678684c6df74230 /java/test/Ice/proxy/MyDerivedClassI.java
parentremove timeout test from proxy test. Cleanup of operations test. (diff)
downloadice-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/proxy/MyDerivedClassI.java')
-rw-r--r--java/test/Ice/proxy/MyDerivedClassI.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/java/test/Ice/proxy/MyDerivedClassI.java b/java/test/Ice/proxy/MyDerivedClassI.java
index 57ee7406cb7..db4084975cf 100644
--- a/java/test/Ice/proxy/MyDerivedClassI.java
+++ b/java/test/Ice/proxy/MyDerivedClassI.java
@@ -20,22 +20,6 @@ public final class MyDerivedClassI extends Test.MyDerivedClass
c.adapter.getCommunicator().shutdown();
}
- public void
- opSleep(int duration, Ice.Current current)
- {
- while(true)
- {
- try
- {
- Thread.currentThread().sleep(duration);
- break;
- }
- catch(java.lang.InterruptedException ex)
- {
- }
- }
- }
-
public java.util.Map
getContext(Ice.Current current)
{