X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketTypes.hh;h=8d662e69113b165717077029b7c54fd4473f5cfa;hb=739eecfbeffc911e700660864ff1d7f05c6283d0;hp=5a89c1a084623088e1da3f3f9332bbdf6e99c47e;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh index 5a89c1a..8d662e6 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; @@ -72,6 +76,9 @@ namespace test { }}}} ///////////////////////////////hh.e//////////////////////////////////////// +#endif +#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_PacketTypes_i_) +#define HH_PacketTypes_i_ //#include "PacketTypes.cci" //#include "PacketTypes.ct" //#include "PacketTypes.cti" @@ -84,4 +91,6 @@ namespace test { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: