diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-06-29 03:05:26 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-06-29 03:05:26 +0000 |
commit | e8da5f7200d03e4b4da53512c4aab9109da8df72 (patch) | |
tree | 0eac9c0631091c2214879f8d5ef9b2d897d2947a /java/src/IceInternal/ThreadPool.java | |
parent | more Win32 hack cleanup (diff) | |
download | ice-e8da5f7200d03e4b4da53512c4aab9109da8df72.tar.bz2 ice-e8da5f7200d03e4b4da53512c4aab9109da8df72.tar.xz ice-e8da5f7200d03e4b4da53512c4aab9109da8df72.zip |
Linux fix
Diffstat (limited to 'java/src/IceInternal/ThreadPool.java')
-rw-r--r-- | java/src/IceInternal/ThreadPool.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/IceInternal/ThreadPool.java b/java/src/IceInternal/ThreadPool.java index 4472d02bfc1..ae0fb7d6975 100644 --- a/java/src/IceInternal/ThreadPool.java +++ b/java/src/IceInternal/ThreadPool.java @@ -741,12 +741,10 @@ public final class ThreadPool // for that special case here and ignore it. // Hopefully we're not masking something important! // -/* if(ex.getMessage().indexOf("Interrupted system call") != -1) { continue; } -*/ Ice.SocketException se = new Ice.SocketException(); se.initCause(ex); @@ -783,12 +781,10 @@ public final class ThreadPool // for that special case here and ignore it. // Hopefully we're not masking something important! // -/* if(ex.getMessage().indexOf("Interrupted system call") != -1) { continue; } -*/ Ice.SocketException se = new Ice.SocketException(); se.initCause(ex); |