diff options
author | Michi Henning <michi@zeroc.com> | 2003-02-14 04:11:17 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-02-14 04:11:17 +0000 |
commit | dbde0a7ed52068e148ac4910fbd33dffef8a2168 (patch) | |
tree | b1c252e456fb7f4e5a75337409d6db9abfd9bc43 /java/src/Ice/Application.java | |
parent | Set the connection monitor thread name (diff) | |
download | ice-dbde0a7ed52068e148ac4910fbd33dffef8a2168.tar.bz2 ice-dbde0a7ed52068e148ac4910fbd33dffef8a2168.tar.xz ice-dbde0a7ed52068e148ac4910fbd33dffef8a2168.zip |
Remove Ice.Application.ignoreInterrupt().
Diffstat (limited to 'java/src/Ice/Application.java')
-rw-r--r-- | java/src/Ice/Application.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/src/Ice/Application.java b/java/src/Ice/Application.java index 7621f972f5a..f507094e961 100644 --- a/java/src/Ice/Application.java +++ b/java/src/Ice/Application.java @@ -162,15 +162,6 @@ public abstract class Application } synchronized public static void - ignoreInterrupt() - { - // - // We cannot ignore, only set back to default. - // - defaultInterrupt(); - } - - synchronized public static void defaultInterrupt() { if(_shutdownHook != null) |