X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBDemuxSocketProtocol.hh;h=fcfea355a4f321a3de78a0c71107c673ebf0149e;hb=a1c37005ec4c281f6a76c07070a943cd1e36b6af;hp=a3b4f33f0b4cd656447261df5afcdabc7c8c49d5;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh index a3b4f33..fcfea35 100644 --- a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh +++ b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh @@ -26,7 +26,7 @@ #ifndef HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_ #define HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_ 1 -#include +#include // Custom includes #include @@ -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,10 +53,10 @@ namespace senf { \param[in] size Size of circular buffer. */ void startFiltering() const; void stopFiltering() const; - + ///\name Abstract Interface Implementation ///@{ - + bool eof() const; ///@}