X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FUDPSocketProtocol.hh;h=59fa90b42412a9fe9385b50a5926916948496060;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=680273049ae88737a088ada85a71d1fe7cf54427;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/INet/UDPSocketProtocol.hh b/senf/Socket/Protocols/INet/UDPSocketProtocol.hh index 6802730..59fa90b 100644 --- a/senf/Socket/Protocols/INet/UDPSocketProtocol.hh +++ b/senf/Socket/Protocols/INet/UDPSocketProtocol.hh @@ -28,19 +28,17 @@ #define HH_SENF_Socket_Protocols_INet_UDPSocketProtocol_ 1 // Custom includes -#include "../../../Socket/SocketProtocol.hh" -#include "INetAddressing.hh" #include "INetSocketProtocol.hh" //#include "UDPSocketProtocol.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup protocol_facets_group - /// @{ + //\{ - /** \brief Protocol facat to support UDP operations + /** \brief Protocol facet to support UDP operations This protocol facet provides all those protocol functions, which are available on any UDP socket. @@ -50,18 +48,18 @@ namespace senf { { public: ///\name Abstract Interface Implementation - ///@{ + //\{ unsigned available() const; bool eof() const; - ///@} + //\} }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "UDPSocketProtocol.cci" //#include "UDPSocketProtocol.ct" //#include "UDPSocketProtocol.cti"