Fnorb Unions example.

The files for this example are located in the examples/unions
directory, the following instructions assume that you are in that
directory and have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   $ fnidl Unions.idl 

2. Start the Server
   type in:
   $ python server.py

3. Run the Client
   open up another window and type:
   $ python client.py

To shutdown the server, simply bring the server window to focus and press control-C.

