moved Sniffer into new Examples directory
[senf.git] / Packets / typeidvalue.hh
index bb03dbe..5c82883 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2006 
+// Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
 //     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
@@ -32,8 +32,8 @@
 //#include "typeidvalue.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace lib {
+namespace senf {
+
 
     /** \brief Wrapper to use types as key's in a map
       */
@@ -85,11 +85,11 @@ namespace lib {
     };
 
     TypeIdValue const typeIdValue();
-    
+
     template <class Type>
     TypeIdValue const typeIdValue();
-    
-}}
+
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 #include "typeidvalue.cci"
@@ -100,5 +100,8 @@ namespace lib {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// fill-column: 100
+// c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: