From: g0dil Date: Thu, 31 Jan 2008 08:24:30 +0000 (+0000) Subject: Socket: Documentation update X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=0d08e478bfcd569f297bb822403328d41b1c10fb;p=senf.git Socket: Documentation update git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@651 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/SocketProtocol.cti b/Socket/SocketProtocol.cti index 4751ec4..8ec8b77 100644 --- a/Socket/SocketProtocol.cti +++ b/Socket/SocketProtocol.cti @@ -33,7 +33,7 @@ ///////////////////////////////cti.p/////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// -// senf::ConcreteSocketProtocol +// senf::ConcreteSocketProtocol template prefix_ senf::ConcreteSocketProtocol::~ConcreteSocketProtocol() diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index 50301f9..dc9da51 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -266,7 +266,8 @@ namespace senf { ConcreteSocketProtocol is the base class of a concrete socket protocol implementation. The final protocol class must inherit from ConcreteSocketProtocol. The template argument \a - SocketPolicy must be set to the complete socket policy of the protocol. + SocketPolicy must be set to the complete socket policy of the protocol. \a Self is the name + of the final protocol class which inherits this class. A protocol implementation may define the protocol interface directly. It can also (additionally) make use of multiple inheritance to combine a set of protocol facets into a