X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseArray.hh;h=6e1fa1d632cf906e81c2e3a820ff8066af24032c;hb=9a988902090d28007578e93bffd809f6bd913155;hp=f4a0d41102898fa907dc08dbd8df57c8851c67e5;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/ParseArray.hh b/Packets/ParseArray.hh index f4a0d41..6e1fa1d 100644 --- a/Packets/ParseArray.hh +++ b/Packets/ParseArray.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -30,9 +30,9 @@ //#include "ParseArray.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { - +namespace senf { + + namespace impl { template class Parse_Array_iterator; } /* Parse_Array has the external interface of a container class @@ -43,13 +43,13 @@ namespace pkf { /////////////////////////////////////////////////////////////////////////// // Parser interface - template + template struct rebind { typedef Parse_Array parser; }; typedef Iterator byte_iterator; Parse_Array(); explicit Parse_Array(Iterator const & i); - + static unsigned bytes(); bool check(Iterator const & e) const; void init() const; @@ -76,7 +76,7 @@ namespace pkf { Parse_Array const & operator= (InputIterator const & i); }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "ParseArray.cci" @@ -87,5 +87,8 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: