Logger: use ClockService::now() as timeBase if empty timeFormat is given for a target
[senf.git] / senf / Packets / MPEGDVBBundle / DTCPPacket.cc
index 3f0ea63..2b7b2b3 100644 (file)
 /** \file
     \brief DTCPPacket non-inline non-template implementation */
 
-//#include "DTCPPacket.hh"
+#include "DTCPPacket.hh"
 //#include "DTCPPacket.ih"
 
 // Custom includes
-#include "DTCPPacket.hh"
 #include <boost/io/ios_state.hpp>
 #include <iomanip>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ void senf::DTCPHelloPacketType::dump(packet p, std::ostream & os)
 {
@@ -49,7 +48,7 @@ prefix_ void senf::DTCPHelloPacketType::dump(packet p, std::ostream & os)
        << senf::fieldName("tunnel protocol")           << unsigned(p->tunnelProtocol())            << "\n"
        << senf::fieldName("number of BDL ips")         << unsigned(p->fbipCount())                 << "\n"
        << "  feed BDL ips:\n";
-    
+
     switch (p->ipVersion()) {
     case 4 : {
         typedef DTCPHelloPacket::Parser::v4fbipList_t FBIPList;
@@ -77,7 +76,7 @@ prefix_ void senf::DTCPHelloPacketType::dump(packet p, std::ostream & os)
 #undef prefix_
 
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f