This example is adapted from the Visibroker for C++Builder 3.2 example, 
Subscrip.  It was created to demonstrate passing lists of structures, 
CORBA sequences, between a CORBA server and client.

What this example does in addition to the original is the following:

	1. The Publisher maintains a named list of Subscribers, 
	   not just an anonymous list.

	2. Each subscriber requests the entire list of subscribers 
	   from the publisher and prints it out.

Be sure to have the file ..\stdmk available when running make on the 
makefile for this project.  Stdmk can be found in the Visibroker for
C++Builder samples directory.

George Cross, Borland C++ Tech Support, September 1998
