summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PlainServer.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-12-13 14:07:38 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-12-13 14:07:38 +0000
commite0b4172c4c1df164770be03db7db01584ffc5f84 (patch)
tree780f97a41fd100acdb1539f5c781e0fddb0787ef /java/src/IceGridGUI/Application/PlainServer.java
parentAdded support for server log files, "property" attribute in object element. (diff)
downloadice-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-xjava/src/IceGridGUI/Application/PlainServer.java2
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",
"",