PPI: InputConnector: some minor optimization
[senf.git] / senf / Socket / Protocols / Raw / EUI64.hh
index aa70d01..3d8d5ab 100644 (file)
@@ -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 <g0dil@berlios.de>
@@ -30,8 +30,8 @@
 #include <iostream>
 #include <boost/cstdint.hpp>
 #include <boost/array.hpp>
-#include "../../../Utils/Tags.hh"
-#include "../../../Utils/safe_bool.hh"
+#include <senf/Utils/Tags.hh>
+#include <senf/Utils/safe_bool.hh>
 
 //#include "EUI64.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -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