X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FPacketSocketHandle.hh;h=c0f48efba1f1bad9dd404c6542a97334375d04ea;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=84476b4e06cf864df733e6d0c1d20aede9434111;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/Raw/PacketSocketHandle.hh b/senf/Socket/Protocols/Raw/PacketSocketHandle.hh index 84476b4..c0f48ef 100644 --- a/senf/Socket/Protocols/Raw/PacketSocketHandle.hh +++ b/senf/Socket/Protocols/Raw/PacketSocketHandle.hh @@ -40,12 +40,12 @@ //#include "PacketSocketHandle.mpp" //#include "PacketSocketHandle.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< LLAddressingPolicy, @@ -84,7 +84,7 @@ namespace senf { ///< Socket types ///\name Constructors - ///@{ + //\{ void init_client(SocketType type = RawSocket, int protocol = -1) const; ///< Create packet socket /**< The new socket will receive all packets of the given @@ -105,10 +105,10 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - ///@} + //\} ///\name Protocol Interface - ///@{ + //\{ void mcAdd(std::string const & interface, MACAddress const & address) const; ///< Enable reception of a multicast group @@ -125,25 +125,25 @@ namespace senf { void promisc(std::string const & interface, bool mode) const; ///< enable/disable promiscuous mode - ///@} + //\} ///\name Abstract Interface Implementation - ///@{ + //\{ unsigned available() const; bool eof() const; - ///@} + //\} }; typedef ProtocolClientSocketHandle PacketSocketHandle; ///< SocketHandle of the PacketSocketProtocol /**< \related PacketPrototol */ - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "PacketSocketHandle.cci" //#include "PacketSocketHandle.ct" //#include "PacketSocketHandle.cti"