$Id: README,v 1.2 2000/04/15 13:11:25 alcibiade Exp $

These bits of tasty C++ code comes with the article "Using dynamicaly loadable
objects under Linux" issued in the Coding Corner of Hugi 19 (http://www.hugi.de)

Now, let me be clearly understood : I'm not responsible, for anything :)

Please send feedback :

	brioche of aspirine <brioche@linuxbe.org>
	http://aspirine.planet-d.net

Filelist :

	Makefile		GNU Makefile
	adapter.{h,cc}		Plugin adapter class (see article)
	dynamic_linker.{h,cc}	Dynamic linker API Wrapper
	exception.h		Standard library alike exception class
	main.cc			Demonstration program
	plugin.h		Interface common to all Plug-ins
	plugin1.{h,cc}		A first kind of Plug-in implementation
	plugin2.{h,cc}		Another kind of Plug-in implementation
	proxy.{h,cc}		A proxy object (see article)

That's all for today's show, enjoy!


