X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketTypes.hh;h=9e661b3256a229bdff3878c9398ab1428151306f;hb=54b0a17fcfc48110714645f88d242a8b0d31cd8a;hp=68fa4712e585209992e9379eb38694b148d2dc66;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh index 68fa471..9e661b3 100644 --- a/Packets/PacketTypes.hh +++ b/Packets/PacketTypes.hh @@ -28,8 +28,8 @@ #include #include #include -#include -#include +#include "../boost/intrusive/ilist.hpp" +#include "../boost/intrusive/ilist_hook.hpp" //#include "PacketTypes.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -45,6 +45,10 @@ namespace detail { namespace packet { + /** \brief Internal: Tempalte typedef for used smart pointer + + \internal + */ template struct smart_pointer { typedef boost::intrusive_ptr ptr_t; @@ -73,7 +77,7 @@ namespace test { ///////////////////////////////hh.e//////////////////////////////////////// #endif -#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_PacketTypes_i_) +#if !defined(HH_Packets__decls_) && !defined(HH_PacketTypes_i_) #define HH_PacketTypes_i_ //#include "PacketTypes.cci" //#include "PacketTypes.ct"