X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FUDPPacket.hh;h=54cea7fb2e1d7e97633139496481cdb37aeb5c8b;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=75cdf79b0441917e4939b12dd29034fa3aa083bb;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/UDPPacket.hh b/Packets/UDPPacket.hh index 75cdf79..54cea7f 100644 --- a/Packets/UDPPacket.hh +++ b/Packets/UDPPacket.hh @@ -32,8 +32,8 @@ //#include "UDPPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + template struct Parse_UDP : public ParserBase @@ -80,7 +80,7 @@ namespace pkf { friend class Packet; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -92,5 +92,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: