X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseArray.hh;h=267cb7b9c3872d85a80f9b5811c7279ba4cc9791;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=f4a0d41102898fa907dc08dbd8df57c8851c67e5;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/ParseArray.hh b/Packets/ParseArray.hh index f4a0d41..267cb7b 100644 --- a/Packets/ParseArray.hh +++ b/Packets/ParseArray.hh @@ -30,8 +30,8 @@ //#include "ParseArray.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { template class Parse_Array_iterator; } @@ -76,7 +76,7 @@ namespace pkf { Parse_Array const & operator= (InputIterator const & i); }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "ParseArray.cci" @@ -87,5 +87,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: