X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParserBase.hh;h=c414ab5d8b10d03065dc86e219cd1adb65ca81f9;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=cb2eccea7bd2aad49e24bbdea508da5e29578b18;hpb=1835b928b179302ecb716d697fbf3fa24b415ba4;p=senf.git diff --git a/Packets/ParserBase.hh b/Packets/ParserBase.hh index cb2ecce..c414ab5 100644 --- a/Packets/ParserBase.hh +++ b/Packets/ParserBase.hh @@ -35,8 +35,8 @@ #include "ParserBase.ih" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { struct ParserBase; } @@ -81,7 +81,7 @@ namespace pkf { \code template struct Parser_Example - : protected satcom::pkf::ParserBase + : protected senf::ParserBase { // fixed interface of all parser classes @@ -294,7 +294,7 @@ namespace pkf { template unsigned min_bytes(); -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "ParserBase.cci" @@ -305,5 +305,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: