X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FTCPSocketProtocol.hh;fp=senf%2FSocket%2FProtocols%2FINet%2FTCPSocketProtocol.hh;h=fab54442c3f6b7ac2e020a4e0645d071ab1dda27;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=4c05a0d92985447cf6a4dd15055bb703cc33fc75;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/INet/TCPSocketProtocol.hh b/senf/Socket/Protocols/INet/TCPSocketProtocol.hh index 4c05a0d..fab5444 100644 --- a/senf/Socket/Protocols/INet/TCPSocketProtocol.hh +++ b/senf/Socket/Protocols/INet/TCPSocketProtocol.hh @@ -31,12 +31,12 @@ #include "INetSocketProtocol.hh" //#include "TCPSocketProtocol.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup protocol_facets_group - /// @{ + //\{ /** \brief Protocol facet to support TCP operations @@ -63,19 +63,19 @@ namespace senf { void shutdown(ShutType type) const; ///\name Abstract Interface Implementation - ///@{ + //\{ void close(); unsigned available() const; bool eof() const; - ///@} + //\} }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "TCPSocketProtocol.cci" //#include "TCPSocketProtocol.ct" //#include "TCPSocketProtocol.cti"