X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNDatagramSocketHandle.hh;h=6f597350eb93a7bdfc87f9c9306f555ccc90993b;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=f1c1f49fc04c06b3630aceaaec0ab8c513f82811;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh b/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh index f1c1f49..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, @@ -72,22 +72,22 @@ namespace senf { class UNDatagramSocketProtocol : public ConcreteSocketProtocol, - public UNSocketProtocol, + public UNSocketProtocol, public BSDSocketProtocol, public AddressableBSDSocketProtocol { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Create unconnected client socket /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - void init_client(UNSocketAddress const & address) const; + void init_client(UNSocketAddress const & address) const; ///< Create client socket and bind /**< Creates a new client socket and bind to the given address. @@ -95,16 +95,16 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - - ///@} + + //\} }; typedef ProtocolClientSocketHandle UNDatagramClientSocketHandle; - ///@} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "UNDatagramSocketHandle.cci" //#include "UNDatagramSocketHandle.ct" //#include "UNDatagramSocketHandle.cti"