From bc056628919427a904655250ef0f96b8c2b30d66 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 20 Dec 2006 11:44:40 +0000 Subject: Removed property attributes and added iceVersion --- java/src/IceGridGUI/Application/PlainServer.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'java/src/IceGridGUI/Application/PlainServer.java') diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java index 1d7f563a14d..5712c137a06 100755 --- a/java/src/IceGridGUI/Application/PlainServer.java +++ b/java/src/IceGridGUI/Application/PlainServer.java @@ -68,7 +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], + new String[0], "", "NewServer", "", @@ -81,7 +81,8 @@ class PlainServer extends Communicator implements Server true, new DistributionDescriptor("", new java.util.LinkedList()), false, // Allocatable - "" + "", + "" // Ice version ); } @@ -96,7 +97,7 @@ class PlainServer extends Communicator implements Server new java.util.LinkedList(), new PropertySetDescriptor(new String[0], properties), new java.util.LinkedList(), - new LogDescriptor[0], + new String[0], "", "NewIceBox", "", @@ -110,6 +111,7 @@ class PlainServer extends Communicator implements Server new DistributionDescriptor("", new java.util.LinkedList()), false, // Allocatable "", + "", // Ice version new java.util.LinkedList() ); } -- cgit v1.2.3