Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Packets / GenericPacket.hh
index c8cd5d8..9af56fe 100644 (file)
@@ -28,8 +28,8 @@
 
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace pkf {
+namespace senf {
+
 
     /** \brief General packet comprised of header, trailer and payload
 
@@ -76,7 +76,7 @@ namespace pkf {
         friend class Packet;
     };
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "GenericPacket.cci"
@@ -87,5 +87,5 @@ namespace pkf {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: