X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBDemuxSocketProtocol.hh;h=af82baa6dbabe4475e3aec81d924291e19dfc2d0;hb=d0c31526ac12869eed085891e3ae13e8b21072e6;hp=632b5284ff543dbb483156c984c6bce47cd88ce2;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh index 632b528..af82baa 100644 --- a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh +++ b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh @@ -26,18 +26,18 @@ #ifndef HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_ #define HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_ 1 -#include +#include // Custom includes -#include "../../../Socket/SocketProtocol.hh" +#include //#include "DVBSocketProtocol.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup protocol_facets_group - /// @{ + //\{ /** \todo Document me! */ @@ -45,7 +45,7 @@ namespace senf { : public virtual SocketProtocol { public: - void setBufferSize(unsigned long size) const; + void setBufferSize(unsigned long size) const; ///< set the size of the circular buffer used for filtered data. /**< The default size is two maximum sized sections, i.e. if this function is not called a buffer size of 2 * 4096 bytes will @@ -53,19 +53,19 @@ namespace senf { \param[in] size Size of circular buffer. */ void startFiltering() const; void stopFiltering() const; - + ///\name Abstract Interface Implementation - ///@{ - + //\{ + bool eof() const; - ///@} + //\} }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "DVBDemuxSocketProtocol.cci" //#include "DVBDemuxSocketProtocol.ct" //#include "DVBDemuxSocketProtocol.cti"