X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FTCPSocketHandle.hh;h=fbd5dbe09e2ef2a0a49067e3254ffe9ce1720441;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=f97db2e2f7d97384a46e591e98bff6010d116f9d;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/INet/TCPSocketHandle.hh b/senf/Socket/Protocols/INet/TCPSocketHandle.hh index f97db2e..fbd5dbe 100644 --- a/senf/Socket/Protocols/INet/TCPSocketHandle.hh +++ b/senf/Socket/Protocols/INet/TCPSocketHandle.hh @@ -42,12 +42,12 @@ #include //#include "TCPSocketHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< INet4AddressingPolicy, @@ -85,11 +85,11 @@ namespace senf { public AddressableBSDSocketProtocol { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Create unconnected client socket /**< \note This member is implicitly called from the @@ -120,7 +120,7 @@ namespace senf { ProtocolServerSocketHandle::ProtocolServerSocketHandle() constructor */ - ///@} + //\} }; typedef ProtocolClientSocketHandle TCPv4ClientSocketHandle; @@ -159,11 +159,11 @@ namespace senf { public AddressableBSDSocketProtocol { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Create unconnected client socket /**< \note This member is implicitly called from the @@ -194,17 +194,17 @@ namespace senf { ProtocolServerSocketHandle::ProtocolServerSocketHandle() constructor */ - ///@} + //\} }; typedef ProtocolClientSocketHandle TCPv6ClientSocketHandle; typedef ProtocolServerSocketHandle TCPv6ServerSocketHandle; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "TCPSocketHandle.cci" //#include "TCPSocketHandle.ct" //#include "TCPSocketHandle.cti"