X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FTunTapSocketHandle.hh;h=ad445644f008efe82a646bffab54236e21c3fcdb;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=0704b8e0f2183d45b36d82c0dfba4d5f4e18337b;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/Raw/TunTapSocketHandle.hh b/senf/Socket/Protocols/Raw/TunTapSocketHandle.hh index 0704b8e..ad44564 100644 --- a/senf/Socket/Protocols/Raw/TunTapSocketHandle.hh +++ b/senf/Socket/Protocols/Raw/TunTapSocketHandle.hh @@ -38,12 +38,12 @@ //#include "TunTapSocketHandle.mpp" //#include "TunTapSocketHandle.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< NoAddressingPolicy, @@ -80,7 +80,7 @@ namespace senf { { public: ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Open tap socket and create new tap interface /**< Opens the tun/tap socket and create a new tap interface Use \ref ifaceName() to get the actual name of the newly @@ -109,10 +109,10 @@ namespace senf { ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - ///@} + //\} ///\name Abstract Interface Implementation - ///@{ + //\{ unsigned available() const; bool eof() const; ///< returns always false. @@ -121,17 +121,17 @@ namespace senf { private: mutable unsigned int ifaceIndex_; - ///@} + //\} }; typedef ProtocolClientSocketHandle TapSocketHandle; ///< SocketHandle of TapSocketProtocol /**< \related TapSocketProtocol */ - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "TunTapSocketHandle.cci" //#include "TunTapSocketHandle.ct" //#include "TunTapSocketHandle.cti"