diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-03-30 17:39:06 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-03-30 17:39:06 +0000 |
commit | c22114ed978f3fdeb0508d3204d9820a08d7d2f6 (patch) | |
tree | 2c87343def651e40fb7d57a0fe113ce987a308e5 /java/demo/Freeze/library/Client.java | |
parent | file FileI.java was initially added on branch R3_2_branch. (diff) | |
download | ice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.tar.bz2 ice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.tar.xz ice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.zip |
minor fixes
Diffstat (limited to 'java/demo/Freeze/library/Client.java')
-rw-r--r-- | java/demo/Freeze/library/Client.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Freeze/library/Client.java b/java/demo/Freeze/library/Client.java index b9fb2037097..10be2d07790 100644 --- a/java/demo/Freeze/library/Client.java +++ b/java/demo/Freeze/library/Client.java @@ -32,9 +32,9 @@ public class Client extends Ice.Application // Since this is an interactive demo we want to clear the // Application installed interrupt callback and install our // own shutdown hook. - // + // setInterruptHook(new ShutdownHook()); - + return RunParser.runParser(appName(), args, communicator()); } |