X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNAddressing.hh;h=fdff6b718c568f0a08713e7760e948e47fe4c34b;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=eccb8d3578d9dd71c04cd5cb60896093bee1949e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNAddressing.hh b/senf/Socket/Protocols/UN/UNAddressing.hh index eccb8d3..fdff6b7 100644 --- a/senf/Socket/Protocols/UN/UNAddressing.hh +++ b/senf/Socket/Protocols/UN/UNAddressing.hh @@ -31,19 +31,19 @@ #include #include #include -#include "../BSDAddressingPolicy.hh" -#include "../BSDSocketAddress.hh" +#include +#include //#include "UNAddressing.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /** \brief Unix domain socket address UNSocketAddress wraps the standard sockaddr_un datatype. It provides simple accessor methods - to access the path. - + to access the path. + \implementation This implementation is based on sockaddr_un. \ingroup addr_group @@ -53,8 +53,8 @@ namespace senf { { public: static short const addressFamily = AF_UNIX; - - UNSocketAddress(); + + UNSocketAddress(); explicit UNSocketAddress(std::string const & path); ///< Construct an address constant from given path @@ -79,7 +79,7 @@ namespace senf { std::ostream & operator<<(std::ostream & os, UNSocketAddress const & addr); /// \addtogroup policy_impl_group - /// @{ + //\{ /** \brief Addressing policy supporting unix domain addressing @@ -105,10 +105,10 @@ namespace senf { using BSDAddressingPolicyMixin::bind; }; - ///@} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "UNAddressing.cci" //#include "UNAddressing.ct" //#include "UNAddressing.cti"