Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Socket / PacketSocketHandle.ct
index 964ca76..bc2ac29 100644 (file)
@@ -31,7 +31,7 @@
 
 template <class ForwardRange>
 prefix_ unsigned
-satcom::lib::detail::Range_LLAddressCopier<ForwardRange>::operator()(unsigned char * target)
+senf::detail::Range_LLAddressCopier<ForwardRange>::operator()(unsigned char * target)
     const
 {
     std::size_t len (0);
@@ -49,5 +49,5 @@ satcom::lib::detail::Range_LLAddressCopier<ForwardRange>::operator()(unsigned ch
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: