// README,v 1.2 1999/06/01 00:38:25 coryan Exp

Generic Servant:
===============

File Name
---------

Foo.idl                 Simple Foo idl interface
MyFooServant.h          Servant definition  for the Foo interface
MyFooServant.cpp        Servant implementation for the FOO interface
client.cpp              A simple Foo client

Typing

% Make

 creates an executable client and server library libserver.a.

To run the client, type 

% client -k IOR

where IOR can be got from the server output.
