Socket/Protocols/Raw: added static EUI64::None member
[senf.git] / senf / Socket / Protocols / Raw / EUI64.hh
index aa70d01..35c47fc 100644 (file)
@@ -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////////////////////////////////////////
@@ -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