X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FClientSocketHandle.hh;h=7ef4c961e6f4f1bf7bfde3af469df28b647657f3;hb=d0c31526ac12869eed085891e3ae13e8b21072e6;hp=d461232555cb1492f38fa21f6e071b48a277bbde;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/Socket/ClientSocketHandle.hh b/senf/Socket/ClientSocketHandle.hh index d461232..7ef4c96 100644 --- a/senf/Socket/ClientSocketHandle.hh +++ b/senf/Socket/ClientSocketHandle.hh @@ -49,7 +49,7 @@ namespace senf { This class provides the client side policy interface of the socket abstraction. ClientSocketHandle defines the complete policy interface. It does not implement any functionality itself however. The following table shows, to which policy members each - group of ClientSocketHandle members is forwardd. The last collumn shows, on which other + group of ClientSocketHandle members is forwarded. The last column shows, on which other policies this member-group depends in the default policy classes. If you define your own policy classes, the dependencies are up to you. @@ -79,7 +79,7 @@ namespace senf { \idea Give SocketHandle (and therefore ClientSocketHandle and ServerSocketHandle) a \c protocol() template member and an additional template arg \c Policies. This arg should be a - typelist of Poclicy classes which can be accessed. You use protocol() to + typelist of policy classes which can be accessed. You use protocol() to access a protocol class. \c Policies can of course be underspecified or even empty. \see \ref policy_group \n