X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FConnectedUNDatagramSocketHandle.hh;h=a2be85aa1ef33350c9366c9b34e170290c6e1880;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=86bc0e77c5bae3cc4a27ac13a2af65af7c79596a;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh b/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh index 86bc0e7..a2be85a 100644 --- a/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh +++ b/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh @@ -36,7 +36,7 @@ #include //#include "UNDatagramSocketHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -49,7 +49,7 @@ namespace senf { >::policy ConnectedUNDatagramSocket_Policy; ///< Socket Policy of the Unix Domain Datagram Protocol (connected) /// \ingroup concrete_protocol_group - /// \{ + //\{ /** \brief Unix Domain Datagram Socket Protocol (connected) @@ -72,22 +72,22 @@ namespace senf { class ConnectedUNDatagramSocketProtocol : 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 connect /**< Creates a new client socket and connects to the given address. @@ -95,17 +95,17 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - - ///@} + + //\} }; typedef ProtocolClientSocketHandle ConnectedUNDatagramClientSocketHandle; - ///\} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "ConnectedUNDatagramSocketHandle.cci" //#include "ConnectedUNDatagramSocketHandle.ct" //#include "ConnectedUNDatagramSocketHandle.cti"