X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FEUI64.hh;h=c76813dc819931cfdc090cc92c75b148141113d7;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=1b0eacdbfa67ac029da48c4c9cc15cfcab7ffedc;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/Raw/EUI64.hh b/senf/Socket/Protocols/Raw/EUI64.hh index 1b0eacd..c76813d 100644 --- a/senf/Socket/Protocols/Raw/EUI64.hh +++ b/senf/Socket/Protocols/Raw/EUI64.hh @@ -34,7 +34,7 @@ #include //#include "EUI64.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -78,9 +78,9 @@ namespace senf { public senf::comparable_safe_bool { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ static EUI64 const None; ///< The empty (0) address @@ -105,8 +105,8 @@ namespace senf { /**< The iterator \a i must point to a sequence of 8 octets in network byte order. */ - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// bool isMACCompatible() const; ///< \c true, if EUI64 is MAC compatible, \c false otherwise /**< An EUI64 is MAC compatible if bytes 4th and 5th byte @@ -134,7 +134,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "EUI64.cci" //#include "EUI64.ct" #include "EUI64.cti"