From 4bce0d66a7fbe259a7cce305bfd9eeafe1812d55 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 26 Oct 2005 06:52:12 +0000 Subject: - Added handling of IceBox.InstanceName to the IceBox service manager. - Use Hello.Proxy, not Hello.Hello in the IceBox demo. - Remove shutdown() from IceBox hello demo. --- java/demo/IceBox/hello/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/demo/IceBox/hello/Client.java') diff --git a/java/demo/IceBox/hello/Client.java b/java/demo/IceBox/hello/Client.java index c89be59d095..7a21ca205d5 100644 --- a/java/demo/IceBox/hello/Client.java +++ b/java/demo/IceBox/hello/Client.java @@ -31,7 +31,7 @@ public class Client extends Ice.Application run(String[] args) { Ice.Properties properties = communicator().getProperties(); - final String refProperty = "Hello.Hello"; + final String refProperty = "Hello.Proxy"; String ref = properties.getProperty(refProperty); if(ref.length() == 0) { -- cgit v1.2.3