added scheduler watchdog members to sys/scheduler console dir
[senf.git] / senf / Packets / MPEGDVBBundle / MPESection.hh
index 7c1d7b5..0afe014 100644 (file)
 
 // Custom includes
 #include <boost/crc.hpp>
-#include <algorithm>
 #include <senf/Packets/Packets.hh>
 
 //#include "MPESection.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -132,20 +131,22 @@ 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<MPESectionType> MPESection;
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "MPESection.cci"
 //#include "MPESection.ct"
 //#include "MPESection.cti"