X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FIpV4Packet.hh;h=0d126282c92289dec841422c845209ce1a4eaa9b;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=0f9e296f61c907caf7bc31bed26d5b1a28e91094;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/IpV4Packet.hh b/Packets/IpV4Packet.hh index 0f9e296..0d12628 100644 --- a/Packets/IpV4Packet.hh +++ b/Packets/IpV4Packet.hh @@ -32,8 +32,8 @@ //#include "IpV4Packet.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + template struct Parse_IpV4 : public ParserBase @@ -103,7 +103,7 @@ namespace pkf { friend class Packet; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -115,5 +115,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: