X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.cc;h=d18abf1e016677d5006b4ce7d87b94aa6e89f6ed;hb=5cb66935d4b2973ea0fe7487b862b9ddc31648f4;hp=c0698f9f3a55904445087043177c160fc1067188;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.cc b/senf/Packets/80211Bundle/WLANBeaconPacket.cc index c0698f9..d18abf1 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.cc +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.cc @@ -23,14 +23,13 @@ // Definition of 802.11 WLAN Beacon Packet non-inline non-template functions -// Custom includes #include "WLANBeaconPacket.hh" -#include +// Custom includes #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ void senf::WLANBeaconPacketType::dump(packet p, std::ostream &os) { @@ -47,7 +46,7 @@ prefix_ void senf::WLANBeaconPacketType::dump(packet p, std::ostream &os) i->dump( os); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_