X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseInt.hh;h=ba13aafcc47deaa51f38a22978bd0d67043a4f46;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=1207eafe915550dd31c3c3125e71d1698ce5583f;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/ParseInt.hh b/Packets/ParseInt.hh index 1207eaf..ba13aaf 100644 --- a/Packets/ParseInt.hh +++ b/Packets/ParseInt.hh @@ -33,8 +33,8 @@ ///////////////////////////////hh.p//////////////////////////////////////// #include "ParseInt.ih" -namespace satcom { -namespace pkf { +namespace senf { + template struct Parse_Int8 @@ -305,7 +305,7 @@ namespace pkf { Parse_Flag const & operator= (value_type other) { value(other); return *this; } }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "ParseInt.cci" @@ -316,5 +316,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: