X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FMPEGDVBBundle%2FMPESection.hh;h=0afe01431f0213d62f56915f69d7ea08d3b38b93;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=5b80e0502b20af8524bc7aa8e0f3b6c6c4f79dcd;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/MPEGDVBBundle/MPESection.hh b/senf/Packets/MPEGDVBBundle/MPESection.hh index 5b80e05..0afe014 100644 --- a/senf/Packets/MPEGDVBBundle/MPESection.hh +++ b/senf/Packets/MPEGDVBBundle/MPESection.hh @@ -28,11 +28,10 @@ // Custom includes #include -#include -#include "../../Packets/Packets.hh" +#include //#include "MPESection.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -132,27 +131,28 @@ namespace senf { /** \brief Dump given MPESection in readable form to given output stream */ static void dump(packet p, std::ostream & os); - + static void finalize(packet p); - + static factory_t nextPacketType(packet p); - + static PacketParserBase::size_type initSize(); static PacketParserBase::size_type initHeadSize(); }; - /** \brief MPESection packet typedef */ + /** \brief MPESection packet typedef + \ingroup protocolbundle_mpegdvb + */ typedef ConcretePacket MPESection; } - -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "MPESection.cci" //#include "MPESection.ct" //#include "MPESection.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100