X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNAddressing.hh;h=81ba11e2eaacac167f4486ab808b22bb143e40d4;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=aeb3c5bf4c909c1e8f395551396213155db588f8;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNAddressing.hh b/senf/Socket/Protocols/UN/UNAddressing.hh index aeb3c5b..81ba11e 100644 --- a/senf/Socket/Protocols/UN/UNAddressing.hh +++ b/senf/Socket/Protocols/UN/UNAddressing.hh @@ -42,8 +42,8 @@ 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