X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDefaultBundle%2FUDPPacket.hh;h=bc3ab1d6df0f252d5edf4bc2237837c8bf5c1b26;hb=e21a814c84efb8ba3a6a978c6907f3c401c649ff;hp=047dc222b3199b1d2539a41b8b220983ecf0074d;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/DefaultBundle/UDPPacket.hh b/Packets/DefaultBundle/UDPPacket.hh index 047dc22..bc3ab1d 100644 --- a/Packets/DefaultBundle/UDPPacket.hh +++ b/Packets/DefaultBundle/UDPPacket.hh @@ -24,16 +24,16 @@ #define HH_UDPPacket_ 1 // Custom includes -#include "Packets/PacketType.hh" -#include "Packets/ParseInt.hh" -#include "Packets/PacketRegistry.hh" -#include "Packets/PacketParser.hh" +#include "Packets/Packets.hh" //#include "UDPPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { + ///\addtogroup protocolbundle_default + ///@{ + // See RFC768 struct Parse_UDP : public PacketParserBase { @@ -66,10 +66,14 @@ namespace senf { }; typedef UDPPacketType::packet UDPPacket; + + ///@} } ///////////////////////////////hh.e//////////////////////////////////////// +#endif +#ifndef SENF_PACKETS_DECL_ONLY //#include UDPPacket.cci" //#include "UDPPacket.ct" //#include "UDPPacket.cti"