moved Sniffer into new Examples directory
[senf.git] / Packets / DataPacket.hh
index 480f3cd..a2622d7 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>
@@ -28,8 +28,8 @@
 
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace pkf {
+namespace senf {
+
 
     /** \brief Non-interpreted Packet
 
@@ -55,7 +55,7 @@ namespace pkf {
     private:
         template <class Arg>
         DataPacket(Arg const & arg);
-        
+
         virtual void v_nextInterpreter() const;
         virtual void v_finalize();
         virtual void v_dump(std::ostream & os) const;
@@ -64,7 +64,7 @@ namespace pkf {
     };
 
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "DataPacket.cci"
@@ -75,5 +75,8 @@ namespace pkf {
 \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: