X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FRTPPacket.hh;h=3fe3c3e2a91911434a443b4e9a46e3231c1d5dd7;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=9f4a6c7878b086b1dbdad01ecd580b07d58782f8;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/RTPPacket.hh b/Packets/RTPPacket.hh index 9f4a6c7..3fe3c3e 100644 --- a/Packets/RTPPacket.hh +++ b/Packets/RTPPacket.hh @@ -33,8 +33,8 @@ //#include "RTPPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + template struct Parse_RTP : public ParserBase @@ -208,7 +208,7 @@ namespace pkf { friend class Packet; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -220,5 +220,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: