X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FEUI64.hh;h=3d8d5abc9548278f7cb8475630295b2774188032;hb=aa4bfb511acb198a278caafc193ac67a9c322a13;hp=0149506051a4f051ed2d0e742a8b5bf710a9f7d3;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/Raw/EUI64.hh b/senf/Socket/Protocols/Raw/EUI64.hh index 0149506..3d8d5ab 100644 --- a/senf/Socket/Protocols/Raw/EUI64.hh +++ b/senf/Socket/Protocols/Raw/EUI64.hh @@ -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 @@ -41,7 +41,7 @@ namespace senf { class MACAddress; /** \brief EUI-64 data type - + An EUI-64 is a 64 bit (8 octet) id. The id is represented as an 8 byte sequence in network byte order. An EUI64 can be converted from/to several other representations @@ -82,6 +82,8 @@ namespace senf { ///\name Structors and default members ///@{ + static EUI64 const None; ///< The empty (0) address + // default copy constructor // default copy assignment // default destructor