Fix documentation typos
[senf.git] / Socket / PacketSocketHandle.cti
index a612e18..f7bdd05 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of inline template functions
+/** \file
+    \brief PacketProtocol and PacketSocketHandle inline template implementation
+ */
 
 #include "PacketSocketHandle.ih"
 
@@ -30,7 +32,7 @@
 ///////////////////////////////cti.p///////////////////////////////////////
 
 template <class ForwardRange>
-prefix_ void satcom::lib::PacketProtocol::mcAdd(std::string interface,
+prefix_ void senf::PacketProtocol::mcAdd(std::string interface,
                                                 ForwardRange const & address)
     const
 {
@@ -38,7 +40,7 @@ prefix_ void satcom::lib::PacketProtocol::mcAdd(std::string interface,
 }
 
 template <class ForwardRange>
-prefix_ void satcom::lib::PacketProtocol::mcDrop(std::string interface,
+prefix_ void senf::PacketProtocol::mcDrop(std::string interface,
                                                  ForwardRange const & address)
     const
 {
@@ -46,13 +48,13 @@ prefix_ void satcom::lib::PacketProtocol::mcDrop(std::string interface,
 }
 
 template <class ForwardRange>
-prefix_ satcom::lib::detail::Range_LLAddressCopier<ForwardRange>::
+prefix_ senf::detail::Range_LLAddressCopier<ForwardRange>::
 Range_LLAddressCopier(ForwardRange const & range)
     : range_ (range) 
 {}
 
 template <class ForwardRange>
-prefix_ void satcom::lib::PacketProtocol::do_mc(std::string interface,
+prefix_ void senf::PacketProtocol::do_mc(std::string interface,
                                                 ForwardRange const & address, bool add)
     const
 {
@@ -66,5 +68,5 @@ prefix_ void satcom::lib::PacketProtocol::do_mc(std::string interface,
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: