X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FPacketSocketHandle.cti;h=e8c9e3065d1ed919c04d5a602d6dd7a2c7ce4adc;hb=9a988902090d28007578e93bffd809f6bd913155;hp=a612e180a138e4adb0c189ce905e8d15ca9abfa4;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/PacketSocketHandle.cti b/Socket/PacketSocketHandle.cti index a612e18..e8c9e30 100644 --- a/Socket/PacketSocketHandle.cti +++ b/Socket/PacketSocketHandle.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -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 -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 -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 -prefix_ satcom::lib::detail::Range_LLAddressCopier:: +prefix_ senf::detail::Range_LLAddressCopier:: Range_LLAddressCopier(ForwardRange const & range) - : range_ (range) + : range_ (range) {} template -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,8 @@ prefix_ void satcom::lib::PacketProtocol::do_mc(std::string interface, // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: