diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 14:07:38 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 14:07:38 +0000 |
commit | e0b4172c4c1df164770be03db7db01584ffc5f84 (patch) | |
tree | 780f97a41fd100acdb1539f5c781e0fddb0787ef /java/src/IceGridGUI/Application/PlainServer.java | |
parent | Added support for server log files, "property" attribute in object element. (diff) | |
download | ice-e0b4172c4c1df164770be03db7db01584ffc5f84.tar.bz2 ice-e0b4172c4c1df164770be03db7db01584ffc5f84.tar.xz ice-e0b4172c4c1df164770be03db7db01584ffc5f84.zip |
Added support for server logs
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServer.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PlainServer.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java index 15f9ac930d1..02555521d33 100755 --- a/java/src/IceGridGUI/Application/PlainServer.java +++ b/java/src/IceGridGUI/Application/PlainServer.java @@ -68,6 +68,7 @@ class PlainServer extends Communicator implements Server new java.util.LinkedList(), new PropertySetDescriptor(new String[0], new java.util.LinkedList()), new java.util.LinkedList(), + new LogDescriptor[0], "", "NewServer", "", @@ -95,6 +96,7 @@ class PlainServer extends Communicator implements Server new java.util.LinkedList(), new PropertySetDescriptor(new String[0], properties), new java.util.LinkedList(), + new LogDescriptor[0], "", "NewIceBox", "", |