X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPackets.hh;h=087d0123d2fd01ac65eeae67862842e9b412f2a2;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=bea8576d1ab289998f2e8fce58c9f101007ff97f;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Packets/Packets.hh b/Packets/Packets.hh index bea8576..087d012 100644 --- a/Packets/Packets.hh +++ b/Packets/Packets.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -23,16 +23,52 @@ /** \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 "StringParser.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