X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ih;h=123d9a133737bb16f88f1574aa9e0d936412cf73;hb=9a988902090d28007578e93bffd809f6bd913155;hp=57ec8b19e56cf728f46ce3f77c83fa65161aec49;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/LLAddressing.ih b/Socket/LLAddressing.ih index 57ec8b1..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 @@ -20,6 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +/** \file + \brief LLSocketAddress and LLAddressingPolicy internal header + */ #ifndef IH_LLAddressing_ #define IH_LLAddressing_ 1 @@ -28,10 +31,13 @@ ///////////////////////////////ih.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + namespace detail { + /** \brief Convert two-char hexbyte representation to numeric value + \internal + */ struct HexConverter { typedef unsigned char result_type; template @@ -42,9 +48,12 @@ namespace detail { typedef boost::transform_iterator< HexConverter, StringSplitIterator > HexSplitIterator; typedef boost::iterator_range LLAddressFromStringRange; + /** \brief convert single hex digit to numeric value + \internal + */ unsigned char hexnibble(char c); -}}} +}} ///////////////////////////////ih.e//////////////////////////////////////// #endif @@ -52,5 +61,8 @@ namespace detail { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: