X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketProtocol.hh;fp=senf%2FSocket%2FSocketProtocol.hh;h=327032238dbd124144305f8995a6a945d019c0f2;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=b1193934558cad57680bdcd25da126fe34742b12;hpb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;p=senf.git diff --git a/senf/Socket/SocketProtocol.hh b/senf/Socket/SocketProtocol.hh index b119393..3270322 100644 --- a/senf/Socket/SocketProtocol.hh +++ b/senf/Socket/SocketProtocol.hh @@ -57,7 +57,7 @@ /** \defgroup concrete_protocol_group Protocol Implementations (Concrete Protocol Classes) \ingroup protocol_group - Theese protocol classes define concrete and complete protocol implementations. They inherit from + These protocol classes define concrete and complete protocol implementations. They inherit from ConcreteSocketProtocol and are used with the ProtocolClientSocketHandle and ProtocolServerSocketHandle templates to instantiate socket handles. Appropriate typedefs are always provided. @@ -166,9 +166,9 @@ namespace senf { /**< This override will automatically \c shutdown() the socket whenever it is called. Additionally it will disable SO_LINGER to ensure, that v_terminate will not - block. Like the overriden method, this member will ignore - failures and will never throw. It is therefore safe to be - called from a destructor. + block. Like the overridden method, this member will + ignore failures and will never throw. It is therefore + safe to be called from a destructor. \fixme Move into (at least) BSDSocketProtocol */ virtual void state(SocketStateMap & map, unsigned lod) const;