X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBDemuxSocketProtocol.hh;h=fcfea355a4f321a3de78a0c71107c673ebf0149e;hb=a1c37005ec4c281f6a76c07070a943cd1e36b6af;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..fcfea35 100644 --- a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh +++ b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.hh @@ -26,10 +26,10 @@ #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//////////////////////////////////////// @@ -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; ///@}