	libSigCX - libSigC++ Extras 

Abstract:
---------
libSigC++ Extras is a library consisting of new features built on
top of libSigC++ and features that formerly were in libSigC++ and
were removed from it. The new features focus on thread support and provide 
type safe inter-thread communication. 

For more information, see http://libsigcx.sourceforge.net.


Copyright:
----------
Distribution of library and components is under the LGPL as listed in the
file COPYING.  Examples and tests are Public Domain.

Contact info:
-------------
  Maintainer:   mailto: rottmann@users.sourceforge.net
  Mailing List: mailto: libsigx-main@lists.sourceforge.net
  Homepage:     http://libsigx.sourceforge.net
  Download:     http://sourceforge.net/project/showfiles.php?group_id=58659

Overview of distribution:
-------------------------

  doc/		- Documentation
   corba		- Documentation on CORBA interface (obsolete)
  
  sigc++/		- Header & Source files
  
  tests/		- Program Tests
  
  examples/		- Examples


Getting started
---------------

There is documentation available on the project homepage (see above) and 
as doxygen source the doc subdirectory. To get started, take a look at the 
hello_world.cc example, which is explained in the docs, and at 
x_thread_test.cc in the tests/ directory.

