X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketInterpreter.hh;h=ac38e7d803a5c32b2d252db3f109598721d78ad7;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=66fc03f8eeac87d33bd4c0e4ac6e570121440393;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Packets/PacketInterpreter.hh b/Packets/PacketInterpreter.hh index 66fc03f..ac38e7d 100644 --- a/Packets/PacketInterpreter.hh +++ b/Packets/PacketInterpreter.hh @@ -30,8 +30,6 @@ #include "../boost/intrusive/ilist.hpp" #include #include -#include -#include #include "../Utils/intrusive_refcount.hh" #include "../Utils/pool_alloc_mixin.hh" #include "../Utils/Tags.hh" @@ -258,8 +256,6 @@ namespace senf { // no copy // no conversion constructors - ~PacketInterpreter(); - static factory_t factory(); // Create completely new packet @@ -296,7 +292,6 @@ namespace senf { // Packet field access parser fields(); - parser * fields_p(); // PacketType access @@ -373,11 +368,6 @@ namespace senf { static const FactoryImpl factory_; - parser * parser_p(); - - boost::aligned_storage< sizeof(parser), - boost::alignment_of::value > parserStorage_; - friend class detail::packet::test::TestDriver; friend class PacketInterpreterBase; friend class FactoryImpl;