Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Socket / Protocols / Raw / EUI64.cc
index b69191b..70b4df3 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>
@@ -35,6 +35,8 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
+senf::EUI64 const senf::EUI64::None;
+
 prefix_ senf::EUI64 senf::EUI64::from_string(std::string const & s)
 {
     EUI64 eui (senf::noinit);