X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketInterpreter.hh;h=fe1b27a42135f51f99905e3fea76f7303face29f;hb=9bfe0b87be0926193b5baf13865cf045f0de0b0d;hp=9c6e5bfce10378bf1ce6a295bf48869bdb9aa581;hpb=a3d3979b7daaf22ea63ca356edbfa8047dff7b78;p=senf.git diff --git a/Packets/PacketInterpreter.hh b/Packets/PacketInterpreter.hh index 9c6e5bf..fe1b27a 100644 --- a/Packets/PacketInterpreter.hh +++ b/Packets/PacketInterpreter.hh @@ -25,15 +25,15 @@ #define HH_PacketInterpreter_ 1 // Custom includes -#include +#include "../boost/intrusive/ilist.hpp" #include #include #include #include -#include "Utils/intrusive_refcount.hh" -#include "Utils/pool_alloc_mixin.hh" +#include "../Utils/intrusive_refcount.hh" +#include "../Utils/pool_alloc_mixin.hh" #include "PacketData.hh" -#include "Utils/TypeIdValue.hh" +#include "../Utils/TypeIdValue.hh" //#include "PacketInterpreter.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -212,6 +212,7 @@ namespace senf { friend class intrusive_refcount_t; template friend class PacketInterpreter; friend class detail::packet::test::TestDriver; + friend class PacketParserBase; }; /** \brief Internal: Concrete packet interpreter