X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNDatagramSocketHandle.hh;h=6f597350eb93a7bdfc87f9c9306f555ccc90993b;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=206cccf0470327636971f8b1d28045889a26f64a;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh b/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh index 206cccf..6f59735 100644 --- a/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh +++ b/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh @@ -36,12 +36,12 @@ #include //#include "UNDatagramSocketHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< UNAddressingPolicy, @@ -77,11 +77,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 @@ -96,15 +96,15 @@ namespace senf { ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - ///@} + //\} }; typedef ProtocolClientSocketHandle UNDatagramClientSocketHandle; - ///@} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "UNDatagramSocketHandle.cci" //#include "UNDatagramSocketHandle.ct" //#include "UNDatagramSocketHandle.cti"