X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBDemuxSocketProtocol.hh;h=af82baa6dbabe4475e3aec81d924291e19dfc2d0;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;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..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 //#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"