X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.ih;h=8b3ceaad75370d24b54f1284d7baec954b003baf;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=16099c1cfc1c8ee0568c1cce552c3257e26b9603;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/IntParser.ih b/senf/Packets/IntParser.ih index 16099c1..8b3ceaa 100644 --- a/senf/Packets/IntParser.ih +++ b/senf/Packets/IntParser.ih @@ -29,13 +29,13 @@ // Custom includes #include "PacketTypes.hh" -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace detail { namespace packet { - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // Integer operators /** \brief Internal: Integer operation mixin for integer parsers @@ -92,7 +92,7 @@ namespace packet { Derived const & derived() const { return *static_cast(this); }; }; - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // Network byte order integer extraction /** \brief Internal: Extract 16bit network byte order value @@ -251,7 +251,7 @@ namespace packet { i[7] = ( v >> 56 ) & 0xff; } - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // bitfield extraction // Doxygen doesn't like this stuff ... @@ -356,10 +356,10 @@ namespace packet { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif - + // Local Variables: // mode: c++ // fill-column: 100