X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNSocketProtocol.hh;h=d115e9a95c0b5609611898ecca8be5a8adf86df5;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=2fc6c8b531b5daca4449c0a7488da39513fc1125;hpb=e9816d699770dea77c989c97ef53bf2266ce7b6b;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNSocketProtocol.hh b/senf/Socket/Protocols/UN/UNSocketProtocol.hh index 2fc6c8b..d115e9a 100644 --- a/senf/Socket/Protocols/UN/UNSocketProtocol.hh +++ b/senf/Socket/Protocols/UN/UNSocketProtocol.hh @@ -56,11 +56,15 @@ namespace senf { disable SO_LINGER to ensure, that v_terminate will not block. Like the overriden method, this member will ignore failures and will never throw. It therefore safe to be - called from a destructor. */ ///\name Abstract Interface Implementation + called from a destructor. */ + + ///\name Abstract Interface Implementation //\{ - unsigned available() const; - bool eof() const; + unsigned available() const; + bool eof() const; + + //\} private: void check_and_unlink() const; @@ -68,7 +72,6 @@ namespace senf { std::string path_; }; - //\} } //-/////////////////////////////////////////////////////////////////////////////////////////////////