Changed some PPI conventions:
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 13 Jun 2007 11:00:57 +0000 (11:00 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 13 Jun 2007 11:00:57 +0000 (11:00 +0000)
commit0c6e42841266e5983ef9a9836b8f1bb98de684ba
tree9b94298b11dde59b92ea651a26ccafef1912764e
parent8421c3a8da7485cb8781045494ecaab3ed84f403
Changed some PPI conventions:
* Place all modules in the senf::ppi::module namespace
* Place all connectors in the senf::ppi::connector namespace
* Name input modles 'Reader', output modules 'Writer'
Added specification for SocketReader / SocketWriter and PassiveQueue
Removed three-argument connect() form

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@257 270642c3-0616-0410-b53a-bc976706d245
PPI/Connectors.hh
PPI/Mainpage.dox
PPI/Module.hh
PPI/PassiveQueue.hh [new file with mode: 0644]
PPI/Queueing.hh
PPI/Route.hh
PPI/SocketReader.hh [new file with mode: 0644]
PPI/SocketWriter.hh [new file with mode: 0644]