From 56ff80265761eda3f54ef343c3654dd1aa4cce0c Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 13 Mar 2002 17:40:34 +0000 Subject: Added Freeze/library demo. --- java/demo/Freeze/library/Client.java | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 java/demo/Freeze/library/Client.java (limited to 'java/demo/Freeze/library/Client.java') diff --git a/java/demo/Freeze/library/Client.java b/java/demo/Freeze/library/Client.java new file mode 100644 index 00000000000..a1ce70b0caa --- /dev/null +++ b/java/demo/Freeze/library/Client.java @@ -0,0 +1,25 @@ +// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +public class Client extends Ice.Application +{ + public int + run(String[] args) + { + return RunParser.runParser(appName(), args, communicator()); + } + + static public void + main(String[] args) + { + Client app = new Client(); + app.main("demo.Freeze.phonebook.Client", args, "config"); + } +} -- cgit v1.2.3