X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ih;h=123d9a133737bb16f88f1574aa9e0d936412cf73;hb=9a988902090d28007578e93bffd809f6bd913155;hp=6ab4f14e2fc4fb118a1358d4d26af33054d5278f;hpb=a4911c1fd3f53dc2a7bda6c1d2b00bdc4b864cff;p=senf.git diff --git a/Socket/LLAddressing.ih b/Socket/LLAddressing.ih index 6ab4f14..123d9a1 100644 --- a/Socket/LLAddressing.ih +++ b/Socket/LLAddressing.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -36,7 +36,7 @@ namespace senf { namespace detail { /** \brief Convert two-char hexbyte representation to numeric value - \internal + \internal */ struct HexConverter { typedef unsigned char result_type; @@ -49,7 +49,7 @@ namespace detail { typedef boost::iterator_range LLAddressFromStringRange; /** \brief convert single hex digit to numeric value - \internal + \internal */ unsigned char hexnibble(char c); @@ -61,5 +61,8 @@ namespace detail { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: