Packets: Fix VariantParser invalid parser access bug
[senf.git] / Packets / Packets.hh
index 198c1e5..ea0e318 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 /** \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