X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FPacketSocketHandle.ct;h=042095687187f0ea5ef7c56d895b8a8942cf43c2;hb=9a988902090d28007578e93bffd809f6bd913155;hp=964ca76893bb281576cb9867cfe3468e66d826c3;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/PacketSocketHandle.ct b/Socket/PacketSocketHandle.ct index 964ca76..0420956 100644 --- a/Socket/PacketSocketHandle.ct +++ b/Socket/PacketSocketHandle.ct @@ -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 non-inline template functions +/** \file + \brief PacketProtocol and PacketSocketHandle non-inline template implementation + */ #include "PacketSocketHandle.ih" @@ -31,7 +33,7 @@ template prefix_ unsigned -satcom::lib::detail::Range_LLAddressCopier::operator()(unsigned char * target) +senf::detail::Range_LLAddressCopier::operator()(unsigned char * target) const { std::size_t len (0); @@ -49,5 +51,8 @@ satcom::lib::detail::Range_LLAddressCopier::operator()(unsigned ch // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: