X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketTypes.hh;h=3a9924ef27e9e39db430a1573c6ec6bc4cb5a254;hb=3a1b45cae9d48b1d53fc310e2a283d2b9d17275e;hp=980c183309571a9de86201a75a302c1a049d868f;hpb=f13c1275e48e97dceb7de7925793a4c69a5aeb61;p=senf.git diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh index 980c183..3a9924e 100644 --- a/Packets/PacketTypes.hh +++ b/Packets/PacketTypes.hh @@ -1,6 +1,8 @@ +// $Id$ +// // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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 @@ -28,8 +30,8 @@ #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; @@ -72,6 +78,9 @@ namespace test { }}}} ///////////////////////////////hh.e//////////////////////////////////////// +#endif +#if !defined(HH_Packets__decls_) && !defined(HH_PacketTypes_i_) +#define HH_PacketTypes_i_ //#include "PacketTypes.cci" //#include "PacketTypes.ct" //#include "PacketTypes.cti"