From aacd9f3696b61c5aacd0a385d1eca667092a6ed6 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 17 Jul 2002 16:30:43 +0000 Subject: Removed IceBox two phase initialization. Use Ice.ProgramName as prefix in the standard logger. --- java/demo/IceBox/hello/HelloServiceI.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'java/demo/IceBox/hello/HelloServiceI.java') diff --git a/java/demo/IceBox/hello/HelloServiceI.java b/java/demo/IceBox/hello/HelloServiceI.java index 28c515f9e2c..a222ea47e38 100644 --- a/java/demo/IceBox/hello/HelloServiceI.java +++ b/java/demo/IceBox/hello/HelloServiceI.java @@ -11,7 +11,7 @@ public class HelloServiceI implements IceBox.Service { public void - init(String name, Ice.Communicator communicator, Ice.Properties properties, String[] args) + start(String name, Ice.Communicator communicator, Ice.Properties properties, String[] args) throws IceBox.FailureException { _adapter = communicator.createObjectAdapter(name + "Adapter"); @@ -20,12 +20,6 @@ public class HelloServiceI implements IceBox.Service _adapter.activate(); } - public void - start() - throws IceBox.FailureException - { - } - public void stop() { -- cgit v1.2.3