X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParserBase.ih;h=38698b9aae48761fdb4daa509dfe7855280605df;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=924189ac03e3b97befcda1f193b0cffa08d075e1;hpb=c257a57f7c0af972d3abc60eaa0b75d303324928;p=senf.git diff --git a/Packets/ParserBase.ih b/Packets/ParserBase.ih index 924189a..38698b9 100644 --- a/Packets/ParserBase.ih +++ b/Packets/ParserBase.ih @@ -27,8 +27,8 @@ ///////////////////////////////ih.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { struct ParserBase {}; @@ -87,7 +87,7 @@ namespace impl { static unsigned bytes() { return Parser::bytes(); } }; -}}} +}} ///////////////////////////////ih.e//////////////////////////////////////// #endif @@ -95,5 +95,5 @@ namespace impl { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: