
YafGenerator
       This class deals with the yaf protocol. It sends/receive
       clear text messages over streams.
	
yafStream
	Buffers the stream output by one decoder.
	It does not know the "format" of the stream.
	The loop which reads the fifo is threaded.
	(This causes SIGSEV on older g++'s with older glibc's and libg++,
        eg.: RedHat 5.0 [5.1 works])

yafClient
	this starts the yaf-client.It manages the raw
	communication channels between the two processes.

yafXPlayerControler
	The Controler Class for a yafClient.
	This class does the mapping for a generic xplayer
	(see yaf-doc).
	It usually converts the  method calls to the
        yaf-Control-String and sends them.


