X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseListS.ih;h=114259b11072625cf06e807ff2f9cc011efd9da0;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=6dbeb24d6e3d7ea181de7d714fd6badeccea760e;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/ParseListS.ih b/Packets/ParseListS.ih index 6dbeb24..114259b 100644 --- a/Packets/ParseListS.ih +++ b/Packets/ParseListS.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -28,8 +28,8 @@ ///////////////////////////////ih.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { template @@ -42,9 +42,9 @@ namespace impl { public: Parse_ListS_iterator(); explicit Parse_ListS_iterator(Iterator const & i); - + Iterator raw() const; - + private: friend class boost::iterator_core_access; @@ -56,7 +56,7 @@ namespace impl { bool atEnd_; }; -}}} +}} ///////////////////////////////ih.e//////////////////////////////////////// @@ -65,5 +65,10 @@ namespace impl { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: