X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ih;h=a5d7397bc72501e669f696bf7560411277fc751d;hb=78c1f45585a8d7aecd3c29074f2733a3f6968396;hp=6ab4f14e2fc4fb118a1358d4d26af33054d5278f;hpb=a4911c1fd3f53dc2a7bda6c1d2b00bdc4b864cff;p=senf.git diff --git a/Socket/LLAddressing.ih b/Socket/LLAddressing.ih index 6ab4f14..a5d7397 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,10 @@ namespace detail { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: