X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FEUI64.cci;h=221eef8a7b17aad357275ced351da26decd6efc1;hb=9ab6056a616342015eb35d6730d61c45412eec46;hp=6f51aa146b678f6b021bce4992ef686a9afa2136;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/Raw/EUI64.cci b/senf/Socket/Protocols/Raw/EUI64.cci index 6f51aa1..221eef8 100644 --- a/senf/Socket/Protocols/Raw/EUI64.cci +++ b/senf/Socket/Protocols/Raw/EUI64.cci @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -31,7 +31,7 @@ #include "MACAddress.hh" #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::EUI64::EUI64(boost::uint64_t v) { @@ -100,7 +100,7 @@ prefix_ boost::uint64_t senf::EUI64::uint64() | (boost::uint64_t((*this)[7]) ); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_