Socket: Documentation update
g0dil [Thu, 31 Jan 2008 08:24:30 +0000 (08:24 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@651 270642c3-0616-0410-b53a-bc976706d245

Socket/SocketProtocol.cti
Socket/SocketProtocol.hh

index 4751ec4..8ec8b77 100644 (file)
@@ -33,7 +33,7 @@
 ///////////////////////////////cti.p///////////////////////////////////////
 
 ///////////////////////////////////////////////////////////////////////////
-// senf::ConcreteSocketProtocol<SocketPolicy>
+// senf::ConcreteSocketProtocol<SocketPolicy,Self>
 
 template <class SocketPolicy, class Self>
 prefix_ senf::ConcreteSocketProtocol<SocketPolicy,Self>::~ConcreteSocketProtocol()
index 50301f9..dc9da51 100644 (file)
@@ -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