Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Packets / Packet.test.cc
index d41e8a0..5c0319a 100644 (file)
@@ -36,7 +36,7 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-using namespace satcom::pkf;
+using namespace senf;
 
 // Since Packet is abstract, we can only test the Packet interface using
 // a simple implementation: DataPacket and GenericPacket.
@@ -243,5 +243,5 @@ BOOST_AUTO_UNIT_TEST(Packet_new)
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: