X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPackets.hh;h=ea0e3182cacc643aecfb3cd9539cd61fa96ed346;hb=c45c112ae88196ea8da9c5a9efb0e167196744d2;hp=9e7186b4c31e69b7fd454d75383ae23d28f1ee5c;hpb=54eed72c506b09ef5b4be0b62fecedfbc0e3f261;p=senf.git diff --git a/Packets/Packets.hh b/Packets/Packets.hh index 9e7186b..ea0e318 100644 --- a/Packets/Packets.hh +++ b/Packets/Packets.hh @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -21,16 +23,51 @@ /** \file \brief Packets public header */ -#ifndef HH_Packets_ -#define HH_Packets_ 1 +#ifndef HH_SENF_Packets_Packets_ +#define HH_SENF_Packets_Packets_ 1 -#define HH_Packets__decls_ +#define HH_SENF_Packets_Packets__decls_ -#include "all_includes.hh" +#include "PacketTypes.hh" +#include "PacketImpl.hh" +#include "PacketData.hh" +#include "PacketInterpreter.hh" +#include "Packet.hh" +#include "PacketType.hh" +#include "PacketRegistry.hh" +#include "PacketParser.hh" +#include "SafeIterator.hh" +#include "ArrayParser.hh" +#include "AuxParser.hh" +#include "ListParser.hh" +#include "ListBParser.hh" +#include "ListNParser.hh" +#include "VariantParser.hh" +#include "VectorParser.hh" +#include "ParseHelpers.hh" +#include "DataPacket.hh" -#undef HH_Packets__decls_ +#undef HH_SENF_Packets_Packets__decls_ -#include "all_includes.hh" +#include "PacketTypes.hh" +#include "PacketImpl.hh" +#include "PacketData.hh" +#include "PacketInterpreter.hh" +#include "Packet.hh" +#include "PacketType.hh" +#include "PacketRegistry.hh" +#include "PacketParser.hh" +#include "SafeIterator.hh" +#include "ArrayParser.hh" +#include "IntParser.hh" +#include "AuxParser.hh" +#include "ListParser.hh" +#include "ListBParser.hh" +#include "ListNParser.hh" +#include "VariantParser.hh" +#include "VectorParser.hh" +#include "ParseHelpers.hh" +#include "DataPacket.hh" #endif