X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketTypes.hh;h=3cf7a9c5d06d364c620ce7e58c9a70244ae9935f;hb=46ce25973f087d30ca10eebdad6e3bfa7586ecc9;hp=5a89c1a084623088e1da3f3f9332bbdf6e99c47e;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh index 5a89c1a..3cf7a9c 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 @@ -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" @@ -84,4 +93,6 @@ namespace test { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: