X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FUN%2FUNProtocol.hh;h=38e9edcde9ec72f4ed83714605092da62db477ff;hb=01affde68cb93a334a2e6daabd2010b9a14b4553;hp=b210c89548b97f95bafa2292a013ab5357135c1b;hpb=b7cefad1cc5f15b2af6968aa27fa4bc979bda2f3;p=senf.git diff --git a/Socket/Protocols/UN/UNProtocol.hh b/Socket/Protocols/UN/UNProtocol.hh index b210c89..38e9edc 100644 --- a/Socket/Protocols/UN/UNProtocol.hh +++ b/Socket/Protocols/UN/UNProtocol.hh @@ -58,7 +58,12 @@ namespace senf { /**< \todo make this obsolete by allowing access to the ClientSocketHandle from ConcreateSocketProtocol \param[in] address Address to set */ - }; + ///\name Abstract Interface Implementation + ///@{ + + unsigned available() const; + bool eof() const; + }; } ///////////////////////////////hh.e////////////////////////////////////////