X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.hh;h=e4f9f211b5ef203bbab97c76a7749360ccbce531;hb=25d1f561a4f5096d026934b7286dd6efa5377402;hp=165d66832e7e2a178d01804e58119ade84fe4f6a;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index 165d668..e4f9f21 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -103,7 +103,7 @@ namespace senf { class SocketPolicyBase; - /** \brief Socket protocol base class + /** \brief Socket Protocol base class This is the base class of all socket protocol classes. Every protocol class must directly or indirectly inherit from SocketProtocol @@ -211,7 +211,7 @@ namespace senf { }; - /** \brief Concrete socket protocol implementation base class + /** \brief Concrete Socket Protocol implementation base class ConcreteSocketProtocol is the base class of a concrete socket protocol implementation. The final protocol class must inherit from ConcreteSocketProtocol. The template argument \a @@ -225,6 +225,8 @@ namespace senf { protocols themselves, they are combined to build concrete protocols. This structure will remove a lot of code duplication. It is important to ensure, that the protocol facets do not overlap, since otherwise there will be problems resolving overlapping members. + + \doc init_client init_server */ template class ConcreteSocketProtocol