X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FRadiotapPacket.hh;h=69414e625459e1bd871aa65471efa0cdf338574c;hb=5cb66935d4b2973ea0fe7487b862b9ddc31648f4;hp=c6a0e7287bd3d884c86f0a3529f95eaac817e5d2;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/Packets/80211Bundle/RadiotapPacket.hh b/senf/Packets/80211Bundle/RadiotapPacket.hh index c6a0e72..69414e6 100644 --- a/senf/Packets/80211Bundle/RadiotapPacket.hh +++ b/senf/Packets/80211Bundle/RadiotapPacket.hh @@ -317,11 +317,10 @@ namespace senf { typedef ConcretePacket packet; typedef RadiotapPacketParser parser; - using mixin::init; using mixin::initSize; + static void init(packet p); static void dump(packet p, std::ostream &os); - static void finalize(packet p); static factory_t nextPacketType(packet p); static optional_range nextPacketRange(packet p); };