X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNSocketProtocol.hh;h=1a842c5d196b665bacb2467814acfcaddefd5bd6;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=2fc6c8b531b5daca4449c0a7488da39513fc1125;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNSocketProtocol.hh b/senf/Socket/Protocols/UN/UNSocketProtocol.hh index 2fc6c8b..1a842c5 100644 --- a/senf/Socket/Protocols/UN/UNSocketProtocol.hh +++ b/senf/Socket/Protocols/UN/UNSocketProtocol.hh @@ -54,13 +54,17 @@ namespace senf { /**< This override will automatically \c shutdown() the socket whenever it is called. Additionally it will 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 + block. Like the overridden method, this member will + ignore failures and will never throw. It therefore + safe to be 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_; }; - //\} } //-/////////////////////////////////////////////////////////////////////////////////////////////////