X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketTypes.hh;h=fe229a64ddba455823c8cd6023ba443344374cb6;hb=c45c112ae88196ea8da9c5a9efb0e167196744d2;hp=68fa4712e585209992e9379eb38694b148d2dc66;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh index 68fa471..fe229a6 100644 --- a/Packets/PacketTypes.hh +++ b/Packets/PacketTypes.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,15 +23,15 @@ /** \file \brief PacketTypes public header */ -#ifndef HH_PacketTypes_ -#define HH_PacketTypes_ 1 +#ifndef HH_SENF_Packets_PacketTypes_ +#define HH_SENF_Packets_PacketTypes_ 1 // Custom includes #include #include #include -#include -#include +#include "../boost/intrusive/ilist.hpp" +#include "../boost/intrusive/ilist_hook.hpp" //#include "PacketTypes.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -45,6 +47,10 @@ namespace detail { namespace packet { + /** \brief Internal: Template typedef for used smart pointer + + \internal + */ template struct smart_pointer { typedef boost::intrusive_ptr ptr_t; @@ -73,8 +79,8 @@ namespace test { ///////////////////////////////hh.e//////////////////////////////////////// #endif -#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_PacketTypes_i_) -#define HH_PacketTypes_i_ +#if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_PacketTypes_i_) +#define HH_SENF_Packets_PacketTypes_i_ //#include "PacketTypes.cci" //#include "PacketTypes.ct" //#include "PacketTypes.cti"