X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDVB%2FDVBFrontendHandle.hh;h=c1f628c56a2a01e76b8c931c3168831fa40f141a;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=add8a45cc60662b268b2242a9023045cf4908c8a;hpb=2c4c9deecc7491fbfc916aeb41074dcb76e8a2c2;p=senf.git diff --git a/Socket/Protocols/DVB/DVBFrontendHandle.hh b/Socket/Protocols/DVB/DVBFrontendHandle.hh index add8a45..c1f628c 100644 --- a/Socket/Protocols/DVB/DVBFrontendHandle.hh +++ b/Socket/Protocols/DVB/DVBFrontendHandle.hh @@ -21,8 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief DVBHandles - */ + \brief DVBFrontendHandle public header */ #ifndef HH_DVBFrontendHandle_ #define HH_DVBFrontendHandle_ 1 @@ -73,6 +72,7 @@ namespace senf { ///@} ///\name Abstract Interface Implementation + ///@{ unsigned available() const; bool eof() const; @@ -86,6 +86,7 @@ namespace senf { typedef ProtocolClientSocketHandle DVBFrontendHandle; + ///@} }