Again some doc-build fixes
[senf.git] / Socket / SocketProtocol.test.cc
index fdd880c..a138d98 100644 (file)
@@ -38,7 +38,7 @@
 
 BOOST_AUTO_UNIT_TEST(socketProtocol)
 {
-    satcom::lib::test::SomeProtocol protocol;
+    senf::test::SomeProtocol protocol;
 
     // This would fail an assertion ...
     // BOOST_CHECK( protocol.body() == 0 ); 
@@ -52,5 +52,5 @@ BOOST_AUTO_UNIT_TEST(socketProtocol)
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: