X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIpChecksum.hh;h=d5b73dafa7d42acd6bc605c42ae9f9decd704ded;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=96d490233d4205d6fd978a0e078df459b896cb5e;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/IpChecksum.hh b/senf/Utils/IpChecksum.hh index 96d4902..d5b73da 100644 --- a/senf/Utils/IpChecksum.hh +++ b/senf/Utils/IpChecksum.hh @@ -30,7 +30,7 @@ #include //#include "IpChecksum.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -49,17 +49,17 @@ namespace senf { class IpChecksum { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ IpChecksum(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void feed(boost::uint8_t byte); ///< Feed single byte @@ -79,7 +79,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "IpChecksum.cci" //#include "IpChecksum.ct" #include "IpChecksum.cti"